#0E013C

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

Shades of Tolopea #0E013C

Tints of Tolopea #0E013C

Color information

#0E013C (or 0x0E013C) is unknown color: approx Tolopea. HEX triplet: 0E, 01 and 3C. RGB value is (14,1,60). Sum of RGB (Red+Green+Blue) = 14+1+60=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 60 (23.83% from 255 or 80% from 75); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E013C is #F1FEC3. Grayscale: #0B0B0B. Windows color (decimal): -15859396 or 3932430. OLE color: 3932430.

HSL color Cylindrical-coordinate representation of color #0E013C: hue angle of 253.22º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E013C is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB14160-
CMYK0.770.9800.76
HSL253.22º96.72%11.96%-
HSV(B)253.22º98.33%23.53%-
XYZ1.010.444.31-
YUV11.61155.31129.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 18.67%
GREEN value IS 1 (0.78% from 255) = 1.33%
BLUE value IS 60 (23.83% from 255) = 80%
R=18.67%
G=1.33%
B=80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal141600.770.9800.76253.2296.7211.96
HexE13C4D6204Cfd61c
Octal16174115142011437514114
Binary1110111110010011011100010010011001111110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,60); }

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

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

 a { background-color: rgb(14,1,60); }

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

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

 span { border-color: rgb(14,1,60); }

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