#0E293A

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

Shades of Tangaroa #0E293A

Tints of Tangaroa #0E293A

Color information

#0E293A (or 0x0E293A) is unknown color: approx Tangaroa. HEX triplet: 0E, 29 and 3A. RGB value is (14,41,58). Sum of RGB (Red+Green+Blue) = 14+41+58=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E293A is #F1D6C5. Grayscale: #222222. Windows color (decimal): -15849158 or 3811598. OLE color: 3811598.

HSL color Cylindrical-coordinate representation of color #0E293A: hue angle of 203.18º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E293A is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB144158-
CMYK0.760.2900.77
HSL203.18º61.11%14.12%-
HSV(B)203.18º75.86%22.75%-
XYZ1.741.984.29-
YUV34.86141.05113.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.39%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 58 (23.05% from 255) = 51.33%
R=12.39%
G=36.28%
B=51.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1441580.760.2900.77203.1861.1114.12
HexE293A4C1D04Dcb3de
Octal1651721143501153137516
Binary111010100111101010011001110101001101110010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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