#0B2648

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

Shades of Tangaroa #0B2648

Tints of Tangaroa #0B2648

Color information

#0B2648 (or 0x0B2648) is unknown color: approx Tangaroa. HEX triplet: 0B, 26 and 48. RGB value is (11,38,72). Sum of RGB (Red+Green+Blue) = 11+38+72=121 (16% of max value = 765). Red value is 11 (4.69% from 255 or 9.09% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B2648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2648 is #F4D9B7. Grayscale: #212121. Windows color (decimal): -16046520 or 4728331. OLE color: 4728331.

HSL color Cylindrical-coordinate representation of color #0B2648: hue angle of 213.44º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B2648 is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB113872-
CMYK0.850.4700.72
HSL213.44º73.49%16.27%-
HSV(B)213.44º84.72%28.24%-
XYZ21.936.4-
YUV33.8149.55111.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.09%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 72 (28.52% from 255) = 59.50%
R=9.09%
G=31.40%
B=59.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1138720.850.4700.72213.4473.4916.27
HexB2648552F048d54910
Octal134611012557011032511120
Binary1011100110100100010101011011110100100011010101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,38,72); }

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

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

 a { background-color: rgb(11,38,72); }

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

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

 span { border-color: rgb(11,38,72); }

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