#0B2B38

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

Shades of Tangaroa #0B2B38

Tints of Tangaroa #0B2B38

Color information

#0B2B38 (or 0x0B2B38) is unknown color: approx Tangaroa. HEX triplet: 0B, 2B and 38. RGB value is (11,43,56). Sum of RGB (Red+Green+Blue) = 11+43+56=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B2B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B38 is #F4D4C7. Grayscale: #222222. Windows color (decimal): -16045256 or 3681035. OLE color: 3681035.

HSL color Cylindrical-coordinate representation of color #0B2B38: hue angle of 197.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B2B38 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB114356-
CMYK0.800.2300.78
HSL197.33º67.16%13.14%-
HSV(B)197.33º80.36%21.96%-
XYZ1.722.084.05-
YUV34.91139.9110.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 43 (17.19% from 255) = 39.09%
BLUE value IS 56 (22.27% from 255) = 50.91%
R=10%
G=39.09%
B=50.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1143560.800.2300.78197.3367.1613.14
HexB2B38501704Ec543d
Octal13537012027011630510315
Binary1011101011111000101000010111010011101100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,43,56); }

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

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

 a { background-color: rgb(11,43,56); }

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

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

 span { border-color: rgb(11,43,56); }

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