#1E24B4

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

Shades of Persian Blue #1E24B4

Tints of Persian Blue #1E24B4

Color information

#1E24B4 (or 0x1E24B4) is unknown color: approx Persian Blue. HEX triplet: 1E, 24 and B4. RGB value is (30,36,180). Sum of RGB (Red+Green+Blue) = 30+36+180=246 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.20% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #1E24B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E24B4 is #E1DB4B. Grayscale: #323232. Windows color (decimal): -14801740 or 11805726. OLE color: 11805726.

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

Color convert

RGB3036180-
CMYK0.830.800.29
HSL237.6º71.43%41.18%-
HSV(B)237.6º83.33%70.59%-
XYZ9.44.8343.62-
YUV50.62201.01113.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.20%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 180 (70.70% from 255) = 73.17%
R=12.20%
G=14.63%
B=73.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal30361800.830.800.29237.671.4341.18
Hex1E24B4535001Dee4729
Octal364426412312003535610751
Binary111101001001011010010100111010000011101111011101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E24B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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