#0D2844

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

Shades of Tangaroa #0D2844

Tints of Tangaroa #0D2844

Color information

#0D2844 (or 0x0D2844) is unknown color: approx Tangaroa. HEX triplet: 0D, 28 and 44. RGB value is (13,40,68). Sum of RGB (Red+Green+Blue) = 13+40+68=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D2844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2844 is #F2D7BB. Grayscale: #222222. Windows color (decimal): -15914940 or 4466701. OLE color: 4466701.

HSL color Cylindrical-coordinate representation of color #0D2844: hue angle of 210.55º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2844 is Cyan = 0.81, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB134068-
CMYK0.810.4100.73
HSL210.55º67.9%15.88%-
HSV(B)210.55º80.88%26.67%-
XYZ1.972.025.76-
YUV35.12146.55112.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 40 (16.02% from 255) = 33.06%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=10.74%
G=33.06%
B=56.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1340680.810.4100.73210.5567.915.88
HexD28445129049d34410
Octal155010412151011132310420
Binary1101101000100010010100011010010100100111010011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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