#0E2035

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

Shades of Tangaroa #0E2035

Tints of Tangaroa #0E2035

Color information

#0E2035 (or 0x0E2035) is unknown color: approx Tangaroa. HEX triplet: 0E, 20 and 35. RGB value is (14,32,53). Sum of RGB (Red+Green+Blue) = 14+32+53=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #0E2035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2035 is #F1DFCA. Grayscale: #1C1C1C. Windows color (decimal): -15851467 or 3481614. OLE color: 3481614.

HSL color Cylindrical-coordinate representation of color #0E2035: hue angle of 212.31º degrees, saturation: 0.58, 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 #0E2035 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB143253-
CMYK0.740.4000.79
HSL212.31º58.21%13.14%-
HSV(B)212.31º73.58%20.78%-
XYZ1.341.383.56-
YUV29.01141.54117.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.14%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 53 (21.09% from 255) = 53.54%
R=14.14%
G=32.32%
B=53.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1432530.740.4000.79212.3158.2113.14
HexE20354A2804Fd43ad
Octal1640651125001173247215
Binary1110100000110101100101010100001001111110101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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