#1E45C9

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

Shades of Persian Blue #1E45C9

Tints of Persian Blue #1E45C9

Color information

#1E45C9 (or 0x1E45C9) is unknown color: approx Persian Blue. HEX triplet: 1E, 45 and C9. RGB value is (30,69,201). Sum of RGB (Red+Green+Blue) = 30+69+201=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #1E45C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E45C9 is #E1BA36. Grayscale: #474747. Windows color (decimal): -14793271 or 13190430. OLE color: 13190430.

HSL color Cylindrical-coordinate representation of color #1E45C9: hue angle of 226.32º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E45C9 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3069201-
CMYK0.850.6600.21
HSL226.32º74.03%45.29%-
HSV(B)226.32º85.07%78.82%-
XYZ13.218.7556.25-
YUV72.39200.5897.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 201 (78.91% from 255) = 67%
R=10%
G=23%
B=67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal30692010.850.6600.21226.3274.0345.29
Hex1E45C95542015e24a2d
Octal3610531112510202534211255
Binary1111010001011100100110101011000010010101111000101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E45C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,69,201); }

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

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

 a { background-color: rgb(30,69,201); }

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

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

 span { border-color: rgb(30,69,201); }

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