#0E24DB

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

Shades of Persian Blue #0E24DB

Tints of Persian Blue #0E24DB

Color information

#0E24DB (or 0x0E24DB) is unknown color: approx Persian Blue. HEX triplet: 0E, 24 and DB. RGB value is (14,36,219). Sum of RGB (Red+Green+Blue) = 14+36+219=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E24DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E24DB is #F1DB24. Grayscale: #313131. Windows color (decimal): -15850277 or 14361614. OLE color: 14361614.

HSL color Cylindrical-coordinate representation of color #0E24DB: hue angle of 233.56º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E24DB is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1436219-
CMYK0.940.8400.14
HSL233.56º87.98%45.69%-
HSV(B)233.56º93.61%85.88%-
XYZ13.66.4767.55-
YUV50.28223.21102.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 36 (14.45% from 255) = 13.38%
BLUE value IS 219 (85.94% from 255) = 81.41%
R=5.20%
G=13.38%
B=81.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal14362190.940.8400.14233.5687.9845.69
HexE24DB5E540Eea582e
Octal164433313612401635213056
Binary1110100100110110111011110101010001110111010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E24DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E24DB; }

 p { color: rgb(14,36,219); }

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

<style>
 a { background-color: #0E24DB; }

 a { background-color: rgb(14,36,219); }

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

<style>
 span { border-color: #0E24DB; }

 span { border-color: rgb(14,36,219); }

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