#0E0037

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

Shades of Tolopea #0E0037

Tints of Tolopea #0E0037

Color information

#0E0037 (or 0x0E0037) is unknown color: approx Tolopea. HEX triplet: 0E, 00 and 37. RGB value is (14,0,55). Sum of RGB (Red+Green+Blue) = 14+0+55=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 55 (21.88% from 255 or 79.71% from 69); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E0037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0037 is #F1FFC8. Grayscale: #0A0A0A. Windows color (decimal): -15859657 or 3604494. OLE color: 3604494.

HSL color Cylindrical-coordinate representation of color #0E0037: hue angle of 255.27º 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 #0E0037 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB14055-
CMYK0.75100.78
HSL255.27º100%10.78%-
HSV(B)255.27º100%21.57%-
XYZ0.870.373.64-
YUV10.46153.14130.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 79.71%
R=20.29%
G=0%
B=79.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal140550.75100.78255.2710010.78
HexE0374B6404Eff64b
Octal16067113144011637714413
Binary1110011011110010111100100010011101111111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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