#0B223B

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

Shades of Tangaroa #0B223B

Tints of Tangaroa #0B223B

Color information

#0B223B (or 0x0B223B) is unknown color: approx Tangaroa. HEX triplet: 0B, 22 and 3B. RGB value is (11,34,59). Sum of RGB (Red+Green+Blue) = 11+34+59=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #0B223B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B223B is #F4DDC4. Grayscale: #1D1D1D. Windows color (decimal): -16047557 or 3875339. OLE color: 3875339.

HSL color Cylindrical-coordinate representation of color #0B223B: hue angle of 211.25º 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 #0B223B is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB113459-
CMYK0.810.4200.77
HSL211.25º68.57%13.73%-
HSV(B)211.25º81.36%23.14%-
XYZ1.51.534.35-
YUV29.97144.38114.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.58%
GREEN value IS 34 (13.67% from 255) = 32.69%
BLUE value IS 59 (23.44% from 255) = 56.73%
R=10.58%
G=32.69%
B=56.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1134590.810.4200.77211.2568.5713.73
HexB223B512A04Dd345e
Octal13427312152011532310516
Binary10111000101110111010001101010010011011101001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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