#0D2439

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

Shades of Tangaroa #0D2439

Tints of Tangaroa #0D2439

Color information

#0D2439 (or 0x0D2439) is unknown color: approx Tangaroa. HEX triplet: 0D, 24 and 39. RGB value is (13,36,57). Sum of RGB (Red+Green+Blue) = 13+36+57=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D2439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2439 is #F2DBC6. Grayscale: #1F1F1F. Windows color (decimal): -15915975 or 3744781. OLE color: 3744781.

HSL color Cylindrical-coordinate representation of color #0D2439: hue angle of 208.64º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D2439 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB133657-
CMYK0.770.3700.78
HSL208.64º62.86%13.73%-
HSV(B)208.64º77.19%22.35%-
XYZ1.541.644.11-
YUV31.52142.38114.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 57 (22.66% from 255) = 53.77%
R=12.26%
G=33.96%
B=53.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1336570.770.3700.78208.6462.8613.73
HexD24394D2504Ed13fe
Octal1544711154501163217716
Binary1101100100111001100110110010101001110110100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,36,57); }

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

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

 a { background-color: rgb(13,36,57); }

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

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

 span { border-color: rgb(13,36,57); }

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