#0B463C

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

Shades of Deep Teal #0B463C

Tints of Deep Teal #0B463C

Color information

#0B463C (or 0x0B463C) is unknown color: approx Deep Teal. HEX triplet: 0B, 46 and 3C. RGB value is (11,70,60). Sum of RGB (Red+Green+Blue) = 11+70+60=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #0B463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B463C is #F4B9C3. Grayscale: #333333. Windows color (decimal): -16038340 or 3950091. OLE color: 3950091.

HSL color Cylindrical-coordinate representation of color #0B463C: hue angle of 169.83º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B463C is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB117060-
CMYK0.8400.140.73
HSL169.83º72.84%15.88%-
HSV(B)169.83º84.29%27.45%-
XYZ3.144.785.03-
YUV51.22132.9599.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.80%
GREEN value IS 70 (27.73% from 255) = 49.65%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=7.80%
G=49.65%
B=42.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1170600.8400.140.73169.8372.8415.88
HexB463C540E49aa4910
Octal131067412401611125211120
Binary10111000110111100101010001110100100110101010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,70,60); }

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

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

 a { background-color: rgb(11,70,60); }

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

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

 span { border-color: rgb(11,70,60); }

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