#0D2B39

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

Shades of Tangaroa #0D2B39

Tints of Tangaroa #0D2B39

Color information

#0D2B39 (or 0x0D2B39) is unknown color: approx Tangaroa. HEX triplet: 0D, 2B and 39. RGB value is (13,43,57). Sum of RGB (Red+Green+Blue) = 13+43+57=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D2B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2B39 is #F2D4C6. Grayscale: #232323. Windows color (decimal): -15914183 or 3746573. OLE color: 3746573.

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

Color convert

RGB134357-
CMYK0.770.2500.78
HSL199.09º62.86%13.73%-
HSV(B)199.09º77.19%22.35%-
XYZ1.772.114.18-
YUV35.63140.06111.86-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.50%
GREEN value IS 43 (17.19% from 255) = 38.05%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=11.50%
G=38.05%
B=50.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1343570.770.2500.78199.0962.8613.73
HexD2B394D1904Ec73fe
Octal1553711153101163077716
Binary110110101111100110011011100101001110110001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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