#0B2C3D

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

Shades of Tangaroa #0B2C3D

Tints of Tangaroa #0B2C3D

Color information

#0B2C3D (or 0x0B2C3D) is unknown color: approx Tangaroa. HEX triplet: 0B, 2C and 3D. RGB value is (11,44,61). Sum of RGB (Red+Green+Blue) = 11+44+61=116 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.48% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B2C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C3D is #F4D3C2. Grayscale: #232323. Windows color (decimal): -16044995 or 4008971. OLE color: 4008971.

HSL color Cylindrical-coordinate representation of color #0B2C3D: hue angle of 200.4º 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 #0B2C3D is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB114461-
CMYK0.820.2800.76
HSL200.4º69.44%14.12%-
HSV(B)200.4º81.97%23.92%-
XYZ1.882.214.74-
YUV36.07142.07110.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.48%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 61 (24.22% from 255) = 52.59%
R=9.48%
G=37.93%
B=52.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1144610.820.2800.76200.469.4414.12
HexB2C3D521C04Cc845e
Octal13547512234011431010516
Binary1011101100111101101001011100010011001100100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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