#0B2544

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

Shades of Tangaroa #0B2544

Tints of Tangaroa #0B2544

Color information

#0B2544 (or 0x0B2544) is unknown color: approx Tangaroa. HEX triplet: 0B, 25 and 44. RGB value is (11,37,68). Sum of RGB (Red+Green+Blue) = 11+37+68=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #0B2544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2544 is #F4DABB. Grayscale: #202020. Windows color (decimal): -16046780 or 4465931. OLE color: 4465931.

HSL color Cylindrical-coordinate representation of color #0B2544: hue angle of 212.63º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B2544 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB113768-
CMYK0.840.4600.73
HSL212.63º72.15%15.49%-
HSV(B)212.63º83.82%26.67%-
XYZ1.841.815.72-
YUV32.76147.89112.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.48%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 68 (26.95% from 255) = 58.62%
R=9.48%
G=31.90%
B=58.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1137680.840.4600.73212.6372.1515.49
HexB2544542E049d548f
Octal134510412456011132511017
Binary101110010110001001010100101110010010011101010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,37,68); }

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

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

 a { background-color: rgb(11,37,68); }

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

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

 span { border-color: rgb(11,37,68); }

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