#0B213B

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

Shades of Tangaroa #0B213B

Tints of Tangaroa #0B213B

Color information

#0B213B (or 0x0B213B) is unknown color: approx Tangaroa. HEX triplet: 0B, 21 and 3B. RGB value is (11,33,59). Sum of RGB (Red+Green+Blue) = 11+33+59=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B213B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B213B is #F4DEC4. Grayscale: #1D1D1D. Windows color (decimal): -16047813 or 3875083. OLE color: 3875083.

HSL color Cylindrical-coordinate representation of color #0B213B: hue angle of 212.5º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B213B is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB113359-
CMYK0.810.4400.77
HSL212.5º68.57%13.73%-
HSV(B)212.5º81.36%23.14%-
XYZ1.471.474.34-
YUV29.39144.71114.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.68%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 59 (23.44% from 255) = 57.28%
R=10.68%
G=32.04%
B=57.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1133590.810.4400.77212.568.5713.73
HexB213B512C04Dd445e
Octal13417312154011532410516
Binary10111000011110111010001101100010011011101010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B213B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,33,59); }

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

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

 a { background-color: rgb(11,33,59); }

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

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

 span { border-color: rgb(11,33,59); }

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