#0B2749

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

Shades of Tangaroa #0B2749

Tints of Tangaroa #0B2749

Color information

#0B2749 (or 0x0B2749) is unknown color: approx Tangaroa. HEX triplet: 0B, 27 and 49. RGB value is (11,39,73). Sum of RGB (Red+Green+Blue) = 11+39+73=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B2749 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2749 is #F4D8B6. Grayscale: #222222. Windows color (decimal): -16046263 or 4794123. OLE color: 4794123.

HSL color Cylindrical-coordinate representation of color #0B2749: hue angle of 212.9º 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 #0B2749 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB113973-
CMYK0.850.4700.71
HSL212.9º73.81%16.47%-
HSV(B)212.9º84.93%28.63%-
XYZ2.0726.58-
YUV34.5149.72111.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.94%
GREEN value IS 39 (15.62% from 255) = 31.71%
BLUE value IS 73 (28.91% from 255) = 59.35%
R=8.94%
G=31.71%
B=59.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1139730.850.4700.71212.973.8116.47
HexB2749552F047d54a10
Octal134711112557010732511220
Binary1011100111100100110101011011110100011111010101100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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