#0B2539

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

Shades of Tangaroa #0B2539

Tints of Tangaroa #0B2539

Color information

#0B2539 (or 0x0B2539) is unknown color: approx Tangaroa. HEX triplet: 0B, 25 and 39. RGB value is (11,37,57). Sum of RGB (Red+Green+Blue) = 11+37+57=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B2539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2539 is #F4DAC6. Grayscale: #1F1F1F. Windows color (decimal): -16046791 or 3745035. OLE color: 3745035.

HSL color Cylindrical-coordinate representation of color #0B2539: hue angle of 206.09º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B2539 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB113757-
CMYK0.810.3500.78
HSL206.09º67.65%13.33%-
HSV(B)206.09º80.7%22.35%-
XYZ1.541.694.12-
YUV31.51142.39113.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.48%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 57 (22.66% from 255) = 54.29%
R=10.48%
G=35.24%
B=54.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1137570.810.3500.78206.0967.6513.33
HexB2539512304Ece44d
Octal13457112143011631610415
Binary10111001011110011010001100011010011101100111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,37,57); }

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

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

 a { background-color: rgb(11,37,57); }

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

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

 span { border-color: rgb(11,37,57); }

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