#0E2036

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

Shades of Tangaroa #0E2036

Tints of Tangaroa #0E2036

Color information

#0E2036 (or 0x0E2036) is unknown color: approx Tangaroa. HEX triplet: 0E, 20 and 36. RGB value is (14,32,54). Sum of RGB (Red+Green+Blue) = 14+32+54=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E2036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2036 is #F1DFC9. Grayscale: #1D1D1D. Windows color (decimal): -15851466 or 3547150. OLE color: 3547150.

HSL color Cylindrical-coordinate representation of color #0E2036: hue angle of 213º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E2036 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB143254-
CMYK0.740.4100.79
HSL213º58.82%13.33%-
HSV(B)213º74.07%21.18%-
XYZ1.361.393.69-
YUV29.13142.04117.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 54 (21.48% from 255) = 54%
R=14%
G=32%
B=54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1432540.740.4100.7921358.8213.33
HexE20364A2904Fd53bd
Octal1640661125101173257315
Binary1110100000110110100101010100101001111110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,32,54); }

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

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

 a { background-color: rgb(14,32,54); }

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

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

 span { border-color: rgb(14,32,54); }

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