#1E24BD

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

Shades of Persian Blue #1E24BD

Tints of Persian Blue #1E24BD

Color information

#1E24BD (or 0x1E24BD) is unknown color: approx Persian Blue. HEX triplet: 1E, 24 and BD. RGB value is (30,36,189). Sum of RGB (Red+Green+Blue) = 30+36+189=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E24BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E24BD is #E1DB42. Grayscale: #333333. Windows color (decimal): -14801731 or 12395550. OLE color: 12395550.

HSL color Cylindrical-coordinate representation of color #1E24BD: hue angle of 237.74º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E24BD is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3036189-
CMYK0.840.8100.26
HSL237.74º72.6%42.94%-
HSV(B)237.74º84.13%74.12%-
XYZ10.355.2148.6-
YUV51.65205.51112.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.76%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 189 (74.22% from 255) = 74.12%
R=11.76%
G=14.12%
B=74.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal30361890.840.8100.26237.7472.642.94
Hex1E24BD545101Aee492b
Octal364427512412103235611153
Binary111101001001011110110101001010001011010111011101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E24BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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