#0B2243

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

Shades of Tangaroa #0B2243

Tints of Tangaroa #0B2243

Color information

#0B2243 (or 0x0B2243) is unknown color: approx Tangaroa. HEX triplet: 0B, 22 and 43. RGB value is (11,34,67). Sum of RGB (Red+Green+Blue) = 11+34+67=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B2243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2243 is #F4DDBC. Grayscale: #1E1E1E. Windows color (decimal): -16047549 or 4399627. OLE color: 4399627.

HSL color Cylindrical-coordinate representation of color #0B2243: hue angle of 215.36º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B2243 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB113467-
CMYK0.840.4900.74
HSL215.36º71.79%15.29%-
HSV(B)215.36º83.58%26.27%-
XYZ1.721.625.53-
YUV30.88148.38113.82-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.82%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 67 (26.56% from 255) = 59.82%
R=9.82%
G=30.36%
B=59.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1134670.840.4900.74215.3671.7915.29
HexB2243543104Ad748f
Octal134210312461011232711017
Binary101110001010000111010100110001010010101101011110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,34,67); }

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

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

 a { background-color: rgb(11,34,67); }

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

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

 span { border-color: rgb(11,34,67); }

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