#0B493E

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

Shades of Deep Teal #0B493E

Tints of Deep Teal #0B493E

Color information

#0B493E (or 0x0B493E) is unknown color: approx Deep Teal. HEX triplet: 0B, 49 and 3E. RGB value is (11,73,62). Sum of RGB (Red+Green+Blue) = 11+73+62=146 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.53% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #0B493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B493E is #F4B6C1. Grayscale: #353535. Windows color (decimal): -16037570 or 4081931. OLE color: 4081931.

HSL color Cylindrical-coordinate representation of color #0B493E: hue angle of 169.35º 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 #0B493E is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB117362-
CMYK0.8500.150.71
HSL169.35º73.81%16.47%-
HSV(B)169.35º84.93%28.63%-
XYZ3.395.185.38-
YUV53.21132.9697.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.53%
GREEN value IS 73 (28.91% from 255) = 50%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=7.53%
G=50%
B=42.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1173620.8500.150.71169.3573.8116.47
HexB493E550F47a94a10
Octal131117612501710725111220
Binary10111001001111110101010101111100011110101001100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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