#0E2940

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

Shades of Tangaroa #0E2940

Tints of Tangaroa #0E2940

Color information

#0E2940 (or 0x0E2940) is unknown color: approx Tangaroa. HEX triplet: 0E, 29 and 40. RGB value is (14,41,64). Sum of RGB (Red+Green+Blue) = 14+41+64=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #0E2940 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2940 is #F1D6BF. Grayscale: #232323. Windows color (decimal): -15849152 or 4204814. OLE color: 4204814.

HSL color Cylindrical-coordinate representation of color #0E2940: hue angle of 207.6º 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 #0E2940 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB144164-
CMYK0.780.3600.75
HSL207.6º64.1%15.29%-
HSV(B)207.6º78.12%25.1%-
XYZ1.92.055.15-
YUV35.55144.05112.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.76%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=11.76%
G=34.45%
B=53.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1441640.780.3600.75207.664.115.29
HexE29404E2404Bd040f
Octal165110011644011332010017
Binary111010100110000001001110100100010010111101000010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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