#1a2db4

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

Shades of Persian Blue #1A2DB4

Tints of Persian Blue #1A2DB4

Color information

#1A2DB4 (or 0x1A2DB4) is unknown color: approx Persian Blue. HEX triplet: 1A, 2D and B4. RGB value is (26,45,180). Sum of RGB (Red+Green+Blue) = 26+45+180=251 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.36% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 180 (70.70% from 255 or 71.71% from 251); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A2DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2DB4 is #E5D24B. Grayscale: #363636. Windows color (decimal): -15061580 or 11808026. OLE color: 11808026.

HSL color Cylindrical-coordinate representation of color #1A2DB4: hue angle of 232.6º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A2DB4 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2645180-
CMYK0.860.7500.29
HSL232.6º74.76%40.39%-
HSV(B)232.6º85.56%70.59%-
XYZ9.65.3943.71-
YUV54.71198.71107.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.36%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 180 (70.70% from 255) = 71.71%
R=10.36%
G=17.93%
B=71.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26451800.860.7500.29232.674.7640.39
Hex1A2DB4564B01De94b28
Octal325526412611303535111350
Binary110101011011011010010101101001011011101111010011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a2db4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,45,180); }

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

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

 a { background-color: rgb(26,45,180); }

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

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

 span { border-color: rgb(26,45,180); }

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