#0E39DE

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

Shades of Persian Blue #0E39DE

Tints of Persian Blue #0E39DE

Color information

#0E39DE (or 0x0E39DE) is unknown color: approx Persian Blue. HEX triplet: 0E, 39 and DE. RGB value is (14,57,222). Sum of RGB (Red+Green+Blue) = 14+57+222=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 222 (87.11% from 255 or 75.77% from 293); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E39DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E39DE is #F1C621. Grayscale: #3E3E3E. Windows color (decimal): -15844898 or 14563598. OLE color: 14563598.

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

Color convert

RGB1457222-
CMYK0.940.7400.13
HSL227.6º88.14%46.27%-
HSV(B)227.6º93.69%87.06%-
XYZ14.838.2969.93-
YUV62.95217.7593.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.78%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 222 (87.11% from 255) = 75.77%
R=4.78%
G=19.45%
B=75.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14572220.940.7400.13227.688.1446.27
HexE39DE5E4A0De4582e
Octal167133613611201534413056
Binary1110111001110111101011110100101001101111001001011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E39DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,57,222); }

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

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

 a { background-color: rgb(14,57,222); }

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

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

 span { border-color: rgb(14,57,222); }

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