#0E013A

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

Shades of Tolopea #0E013A

Tints of Tolopea #0E013A

Color information

#0E013A (or 0x0E013A) is unknown color: approx Tolopea. HEX triplet: 0E, 01 and 3A. RGB value is (14,1,58). Sum of RGB (Red+Green+Blue) = 14+1+58=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 58 (23.05% from 255 or 79.45% from 73); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E013A is #F1FEC5. Grayscale: #0B0B0B. Windows color (decimal): -15859398 or 3801358. OLE color: 3801358.

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

Color convert

RGB14158-
CMYK0.760.9800.77
HSL253.68º96.61%11.57%-
HSV(B)253.68º98.28%22.75%-
XYZ0.960.424.03-
YUV11.38154.31129.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.18%
GREEN value IS 1 (0.78% from 255) = 1.37%
BLUE value IS 58 (23.05% from 255) = 79.45%
R=19.18%
G=1.37%
B=79.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal141580.760.9800.77253.6896.6111.57
HexE13A4C6204Dfe61c
Octal16172114142011537614114
Binary1110111101010011001100010010011011111111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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