#0D2839

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

Shades of Tangaroa #0D2839

Tints of Tangaroa #0D2839

Color information

#0D2839 (or 0x0D2839) is unknown color: approx Tangaroa. HEX triplet: 0D, 28 and 39. RGB value is (13,40,57). Sum of RGB (Red+Green+Blue) = 13+40+57=110 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.82% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D2839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2839 is #F2D7C6. Grayscale: #212121. Windows color (decimal): -15914951 or 3745805. OLE color: 3745805.

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

Color convert

RGB134057-
CMYK0.770.3000.78
HSL203.18º62.86%13.73%-
HSV(B)203.18º77.19%22.35%-
XYZ1.661.94.15-
YUV33.86141.05113.12-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.82%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 57 (22.66% from 255) = 51.82%
R=11.82%
G=36.36%
B=51.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1340570.770.3000.78203.1862.8613.73
HexD28394D1E04Ecb3fe
Octal1550711153601163137716
Binary110110100011100110011011111001001110110010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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