#0D2849

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

Shades of Tangaroa #0D2849

Tints of Tangaroa #0D2849

Color information

#0D2849 (or 0x0D2849) is unknown color: approx Tangaroa. HEX triplet: 0D, 28 and 49. RGB value is (13,40,73). Sum of RGB (Red+Green+Blue) = 13+40+73=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 73 (28.91% from 255 or 57.94% from 126); Max value from RGB is 73 - color contains mainly: blue. Hex color #0D2849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2849 is #F2D7B6. Grayscale: #232323. Windows color (decimal): -15914935 or 4794381. OLE color: 4794381.

HSL color Cylindrical-coordinate representation of color #0D2849: hue angle of 213º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D2849 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB134073-
CMYK0.820.4500.71
HSL213º69.77%16.86%-
HSV(B)213º82.19%28.63%-
XYZ2.132.086.59-
YUV35.69149.05111.82-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 73 (28.91% from 255) = 57.94%
R=10.32%
G=31.75%
B=57.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1340730.820.4500.7121369.7716.86
HexD2849522D047d54611
Octal155011112255010732510621
Binary1101101000100100110100101011010100011111010101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,40,73); }

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

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

 a { background-color: rgb(13,40,73); }

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

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

 span { border-color: rgb(13,40,73); }

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