#0E0439

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

Shades of Tolopea #0E0439

Tints of Tolopea #0E0439

Color information

#0E0439 (or 0x0E0439) is unknown color: approx Tolopea. HEX triplet: 0E, 04 and 39. RGB value is (14,4,57). Sum of RGB (Red+Green+Blue) = 14+4+57=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 57 (22.66% from 255 or 76% from 75); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E0439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0439 is #F1FBC6. Grayscale: #0C0C0C. Windows color (decimal): -15858631 or 3736590. OLE color: 3736590.

HSL color Cylindrical-coordinate representation of color #0E0439: hue angle of 251.32º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0439 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB14457-
CMYK0.750.9300.78
HSL251.32º86.89%11.96%-
HSV(B)251.32º92.98%22.35%-
XYZ0.960.483.91-
YUV13.03152.81128.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 57 (22.66% from 255) = 76%
R=18.67%
G=5.33%
B=76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal144570.750.9300.78251.3286.8911.96
HexE4394B5D04Efb57c
Octal16471113135011637312714
Binary111010011100110010111011101010011101111101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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