#0E213B

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

Shades of Tangaroa #0E213B

Tints of Tangaroa #0E213B

Color information

#0E213B (or 0x0E213B) is unknown color: approx Tangaroa. HEX triplet: 0E, 21 and 3B. RGB value is (14,33,59). Sum of RGB (Red+Green+Blue) = 14+33+59=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #0E213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E213B is #F1DEC4. Grayscale: #1E1E1E. Windows color (decimal): -15851205 or 3875086. OLE color: 3875086.

HSL color Cylindrical-coordinate representation of color #0E213B: hue angle of 214.67º degrees, saturation: 0.62, 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 #0E213B is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB143359-
CMYK0.760.4400.77
HSL214.67º61.64%14.31%-
HSV(B)214.67º76.27%23.14%-
XYZ1.511.54.35-
YUV30.28144.21116.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.21%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 59 (23.44% from 255) = 55.66%
R=13.21%
G=31.13%
B=55.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1433590.760.4400.77214.6761.6414.31
HexE213B4C2C04Dd73ee
Octal1641731145401153277616
Binary1110100001111011100110010110001001101110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,33,59); }

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

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

 a { background-color: rgb(14,33,59); }

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

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

 span { border-color: rgb(14,33,59); }

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