#0E0039

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

Shades of Tolopea #0E0039

Tints of Tolopea #0E0039

Color information

#0E0039 (or 0x0E0039) is unknown color: approx Tolopea. HEX triplet: 0E, 00 and 39. RGB value is (14,0,57). Sum of RGB (Red+Green+Blue) = 14+0+57=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 57 (22.66% from 255 or 80.28% from 71); Max value from RGB is 57 - color contains mainly: blue. Hex color #0E0039 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0039 is #F1FFC6. Grayscale: #0A0A0A. Windows color (decimal): -15859655 or 3735566. OLE color: 3735566.

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

Color convert

RGB14057-
CMYK0.75100.78
HSL254.74º100%11.18%-
HSV(B)254.74º100%22.35%-
XYZ0.920.393.9-
YUV10.68154.14130.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 80.28%
R=19.72%
G=0%
B=80.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal140570.75100.78254.7410011.18
HexE0394B6404Eff64b
Octal16071113144011637714413
Binary1110011100110010111100100010011101111111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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