#0B463D

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

Shades of Deep Teal #0B463D

Tints of Deep Teal #0B463D

Color information

#0B463D (or 0x0B463D) is unknown color: approx Deep Teal. HEX triplet: 0B, 46 and 3D. RGB value is (11,70,61). Sum of RGB (Red+Green+Blue) = 11+70+61=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #0B463D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B463D is #F4B9C2. Grayscale: #333333. Windows color (decimal): -16038339 or 4015627. OLE color: 4015627.

HSL color Cylindrical-coordinate representation of color #0B463D: hue angle of 170.85º 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 #0B463D is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB117061-
CMYK0.8400.130.73
HSL170.85º72.84%15.88%-
HSV(B)170.85º84.29%27.45%-
XYZ3.174.795.17-
YUV51.33133.4599.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.75%
GREEN value IS 70 (27.73% from 255) = 49.30%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=7.75%
G=49.30%
B=42.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1170610.8400.130.73170.8572.8415.88
HexB463D540D49ab4910
Octal131067512401511125311120
Binary10111000110111101101010001101100100110101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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