#0B2C3F

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

Shades of Tangaroa #0B2C3F

Tints of Tangaroa #0B2C3F

Color information

#0B2C3F (or 0x0B2C3F) is unknown color: approx Tangaroa. HEX triplet: 0B, 2C and 3F. RGB value is (11,44,63). Sum of RGB (Red+Green+Blue) = 11+44+63=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 44 (17.58% from 255 or 37.29% from 118); Blue value is 63 (25% from 255 or 53.39% from 118); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B2C3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C3F is #F4D3C0. Grayscale: #242424. Windows color (decimal): -16044993 or 4140043. OLE color: 4140043.

HSL color Cylindrical-coordinate representation of color #0B2C3F: hue angle of 201.92º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B2C3F is Cyan = 0.83, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB114463-
CMYK0.830.3000.75
HSL201.92º70.27%14.51%-
HSV(B)201.92º82.54%24.71%-
XYZ1.942.235.03-
YUV36.3143.07109.96-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.32%
GREEN value IS 44 (17.58% from 255) = 37.29%
BLUE value IS 63 (25% from 255) = 53.39%
R=9.32%
G=37.29%
B=53.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1144630.830.3000.75201.9270.2714.51
HexB2C3F531E04Bca46f
Octal13547712336011331210617
Binary1011101100111111101001111110010010111100101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,44,63); }

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

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

 a { background-color: rgb(11,44,63); }

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

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

 span { border-color: rgb(11,44,63); }

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