#0E2536

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

Shades of Tangaroa #0E2536

Tints of Tangaroa #0E2536

Color information

#0E2536 (or 0x0E2536) is unknown color: approx Tangaroa. HEX triplet: 0E, 25 and 36. RGB value is (14,37,54). Sum of RGB (Red+Green+Blue) = 14+37+54=105 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.33% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 54 (21.48% from 255 or 51.43% from 105); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E2536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2536 is #F1DAC9. Grayscale: #1F1F1F. Windows color (decimal): -15850186 or 3548430. OLE color: 3548430.

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

Color convert

RGB143754-
CMYK0.740.3100.79
HSL205.5º58.82%13.33%-
HSV(B)205.5º74.07%21.18%-
XYZ1.511.683.74-
YUV32.06140.38115.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.33%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 54 (21.48% from 255) = 51.43%
R=13.33%
G=35.24%
B=51.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1437540.740.3100.79205.558.8213.33
HexE25364A1F04Fce3bd
Octal1645661123701173167315
Binary111010010111011010010101111101001111110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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