#0E2237

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

Shades of Tangaroa #0E2237

Tints of Tangaroa #0E2237

Color information

#0E2237 (or 0x0E2237) is unknown color: approx Tangaroa. HEX triplet: 0E, 22 and 37. RGB value is (14,34,55). Sum of RGB (Red+Green+Blue) = 14+34+55=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E2237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2237 is #F1DDC8. Grayscale: #1E1E1E. Windows color (decimal): -15850953 or 3613198. OLE color: 3613198.

HSL color Cylindrical-coordinate representation of color #0E2237: hue angle of 210.73º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E2237 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB143455-
CMYK0.750.3800.78
HSL210.73º59.42%13.53%-
HSV(B)210.73º74.55%21.57%-
XYZ1.441.513.83-
YUV30.41141.87116.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.59%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 55 (21.88% from 255) = 53.40%
R=13.59%
G=33.01%
B=53.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1434550.750.3800.78210.7359.4213.53
HexE22374B2604Ed33be
Octal1642671134601163237316
Binary1110100010110111100101110011001001110110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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