#1A24B4

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

Shades of Persian Blue #1A24B4

Tints of Persian Blue #1A24B4

Color information

#1A24B4 (or 0x1A24B4) is unknown color: approx Persian Blue. HEX triplet: 1A, 24 and B4. RGB value is (26,36,180). Sum of RGB (Red+Green+Blue) = 26+36+180=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 180 (70.70% from 255 or 74.38% from 242); Max value from RGB is 180 - color contains mainly: blue. Hex color #1A24B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A24B4 is #E5DB4B. Grayscale: #303030. Windows color (decimal): -15063884 or 11805722. OLE color: 11805722.

HSL color Cylindrical-coordinate representation of color #1A24B4: hue angle of 236.1º 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 #1A24B4 is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2636180-
CMYK0.860.800.29
HSL236.1º74.76%40.39%-
HSV(B)236.1º85.56%70.59%-
XYZ9.34.7843.61-
YUV49.43201.69111.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.74%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 180 (70.70% from 255) = 74.38%
R=10.74%
G=14.88%
B=74.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal26361800.860.800.29236.174.7640.39
Hex1A24B4565001Dec4b28
Octal324426412612003535411350
Binary110101001001011010010101101010000011101111011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A24B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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