#0E2B40

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

Shades of Tangaroa #0E2B40

Tints of Tangaroa #0E2B40

Color information

#0E2B40 (or 0x0E2B40) is unknown color: approx Tangaroa. HEX triplet: 0E, 2B and 40. RGB value is (14,43,64). Sum of RGB (Red+Green+Blue) = 14+43+64=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #0E2B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2B40 is #F1D4BF. Grayscale: #242424. Windows color (decimal): -15848640 or 4205326. OLE color: 4205326.

HSL color Cylindrical-coordinate representation of color #0E2B40: hue angle of 205.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E2B40 is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB144364-
CMYK0.780.3300.75
HSL205.2º64.1%15.29%-
HSV(B)205.2º78.12%25.1%-
XYZ1.972.195.17-
YUV36.72143.39111.79-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.57%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=11.57%
G=35.54%
B=52.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1443640.780.3300.75205.264.115.29
HexE2B404E2104Bcd40f
Octal165310011641011331510017
Binary111010101110000001001110100001010010111100110110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,43,64); }

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

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

 a { background-color: rgb(14,43,64); }

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

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

 span { border-color: rgb(14,43,64); }

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