#1A3ACD

Color #1A3ACD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1A3ACD

Tints of Persian Blue #1A3ACD

Color information

#1A3ACD (or 0x1A3ACD) is unknown color: approx Persian Blue. HEX triplet: 1A, 3A and CD. RGB value is (26,58,205). Sum of RGB (Red+Green+Blue) = 26+58+205=289 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.00% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #1A3ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A3ACD is #E5C532. Grayscale: #404040. Windows color (decimal): -15058227 or 13449754. OLE color: 13449754.

HSL color Cylindrical-coordinate representation of color #1A3ACD: hue angle of 229.27º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A3ACD is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2658205-
CMYK0.870.7200.20
HSL229.27º77.49%45.29%-
HSV(B)229.27º87.32%80.39%-
XYZ12.967.6558.55-
YUV65.19206.9100.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 26 (10.55% from 255) = 9.00%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 205 (80.47% from 255) = 70.93%
R=9.00%
G=20.07%
B=70.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal26582050.870.7200.20229.2777.4945.29
Hex1A3ACD5748014e54d2d
Octal327231512711002434511555
Binary110101110101100110110101111001000010100111001011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3ACD; }

 p { color: rgb(26,58,205); }

 H1.HeaderClassName
 {
   color: #1A3ACD;
 }
 .AnyTagClassName
 {
   color: #1A3ACD;
 }
</style>
background-color css

<style>
 a { background-color: #1A3ACD; }

 a { background-color: rgb(26,58,205); }

 div.DivClassName
 {
   background-color: #1A3ACD;
 }
 .BgClassName
 {
   background-color: #1A3ACD;
 }
</style>
border-color css

<style>
 span { border-color: #1A3ACD; }

 span { border-color: rgb(26,58,205); }

 td.TdClassName
 {
   border-color: #1A3ACD;
 }
 .TagClassName
 {
   border-color: #1A3ACD;
 }
</style>