#0B2140

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

Shades of Tangaroa #0B2140

Tints of Tangaroa #0B2140

Color information

#0B2140 (or 0x0B2140) is unknown color: approx Tangaroa. HEX triplet: 0B, 21 and 40. RGB value is (11,33,64). Sum of RGB (Red+Green+Blue) = 11+33+64=108 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.19% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B2140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2140 is #F4DEBF. Grayscale: #1D1D1D. Windows color (decimal): -16047808 or 4202763. OLE color: 4202763.

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

Color convert

RGB113364-
CMYK0.830.4800.75
HSL215.09º70.67%14.71%-
HSV(B)215.09º82.81%25.1%-
XYZ1.611.535.06-
YUV29.96147.21114.48-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.19%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=10.19%
G=30.56%
B=59.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1133640.830.4800.75215.0970.6714.71
HexB2140533004Bd747f
Octal134110012360011332710717
Binary101110000110000001010011110000010010111101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,33,64); }

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

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

 a { background-color: rgb(11,33,64); }

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

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

 span { border-color: rgb(11,33,64); }

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