#0B493D

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

Shades of Deep Teal #0B493D

Tints of Deep Teal #0B493D

Color information

#0B493D (or 0x0B493D) is unknown color: approx Deep Teal. HEX triplet: 0B, 49 and 3D. RGB value is (11,73,61). Sum of RGB (Red+Green+Blue) = 11+73+61=145 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.59% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #0B493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B493D is #F4B6C2. Grayscale: #353535. Windows color (decimal): -16037571 or 4016395. OLE color: 4016395.

HSL color Cylindrical-coordinate representation of color #0B493D: hue angle of 168.39º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B493D is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB117361-
CMYK0.8500.160.71
HSL168.39º73.81%16.47%-
HSV(B)168.39º84.93%28.63%-
XYZ3.365.175.24-
YUV53.09132.4697.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.59%
GREEN value IS 73 (28.91% from 255) = 50.34%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=7.59%
G=50.34%
B=42.07%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173610.8500.160.71168.3973.8116.47
HexB493D5501047a84a10
Octal131117512502010725011220
Binary101110010011111011010101010000100011110101000100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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