#0B213C

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

Shades of Tangaroa #0B213C

Tints of Tangaroa #0B213C

Color information

#0B213C (or 0x0B213C) is unknown color: approx Tangaroa. HEX triplet: 0B, 21 and 3C. RGB value is (11,33,60). Sum of RGB (Red+Green+Blue) = 11+33+60=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #0B213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B213C is #F4DEC3. Grayscale: #1D1D1D. Windows color (decimal): -16047812 or 3940619. OLE color: 3940619.

HSL color Cylindrical-coordinate representation of color #0B213C: hue angle of 213.06º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B213C is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB113360-
CMYK0.820.4500.76
HSL213.06º69.01%13.92%-
HSV(B)213.06º81.67%23.53%-
XYZ1.51.494.48-
YUV29.5145.21114.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.58%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 60 (23.83% from 255) = 57.69%
R=10.58%
G=31.73%
B=57.69%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1133600.820.4500.76213.0669.0113.92
HexB213C522D04Cd545e
Octal13417412255011432510516
Binary10111000011111001010010101101010011001101010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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