#0B2949

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

Shades of Tangaroa #0B2949

Tints of Tangaroa #0B2949

Color information

#0B2949 (or 0x0B2949) is unknown color: approx Tangaroa. HEX triplet: 0B, 29 and 49. RGB value is (11,41,73). Sum of RGB (Red+Green+Blue) = 11+41+73=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B2949 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2949 is #F4D6B6. Grayscale: #232323. Windows color (decimal): -16045751 or 4794635. OLE color: 4794635.

HSL color Cylindrical-coordinate representation of color #0B2949: hue angle of 210.97º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2949 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB114173-
CMYK0.850.4400.71
HSL210.97º73.81%16.47%-
HSV(B)210.97º84.93%28.63%-
XYZ2.132.146.6-
YUV35.68149.06110.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.8%
GREEN value IS 41 (16.41% from 255) = 32.8%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=8.8%
G=32.8%
B=58.4%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1141730.850.4400.71210.9773.8116.47
HexB2949552C047d34a10
Octal135111112554010732311220
Binary1011101001100100110101011011000100011111010011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,41,73); }

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

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

 a { background-color: rgb(11,41,73); }

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

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

 span { border-color: rgb(11,41,73); }

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