#0b2d3f

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

Shades of Tangaroa #0B2D3F

Tints of Tangaroa #0B2D3F

Color information

#0B2D3F (or 0x0B2D3F) is unknown color: approx Tangaroa. HEX triplet: 0B, 2D and 3F. RGB value is (11,45,63). Sum of RGB (Red+Green+Blue) = 11+45+63=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 45 (17.97% from 255 or 37.82% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B2D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2D3F is #F4D2C0. Grayscale: #242424. Windows color (decimal): -16044737 or 4140299. OLE color: 4140299.

HSL color Cylindrical-coordinate representation of color #0B2D3F: hue angle of 200.77º 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 #0B2D3F is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB114563-
CMYK0.830.2900.75
HSL200.77º70.27%14.51%-
HSV(B)200.77º82.54%24.71%-
XYZ1.972.315.04-
YUV36.89142.74109.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.24%
GREEN value IS 45 (17.97% from 255) = 37.82%
BLUE value IS 63 (25% from 255) = 52.94%
R=9.24%
G=37.82%
B=52.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1145630.830.2900.75200.7770.2714.51
HexB2D3F531D04Bc946f
Octal13557712335011331110617
Binary1011101101111111101001111101010010111100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b2d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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