#0B2448

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

Shades of Tangaroa #0B2448

Tints of Tangaroa #0B2448

Color information

#0B2448 (or 0x0B2448) is unknown color: approx Tangaroa. HEX triplet: 0B, 24 and 48. RGB value is (11,36,72). Sum of RGB (Red+Green+Blue) = 11+36+72=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B2448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2448 is #F4DBB7. Grayscale: #202020. Windows color (decimal): -16047032 or 4727819. OLE color: 4727819.

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

Color convert

RGB113672-
CMYK0.850.500.72
HSL215.41º73.49%16.27%-
HSV(B)215.41º84.72%28.24%-
XYZ1.941.86.38-
YUV32.63150.22112.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.24%
GREEN value IS 36 (14.45% from 255) = 30.25%
BLUE value IS 72 (28.52% from 255) = 60.50%
R=9.24%
G=30.25%
B=60.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1136720.850.500.72215.4173.4916.27
HexB24485532048d74910
Octal134411012562011032711120
Binary1011100100100100010101011100100100100011010111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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