Html Css Color HEX #0D493F Deep Teal

📋 copy color: '#0D493F'

red 13 ◦ green 73 ◦ blue 63

#0D493F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #0D493F

Tints of Deep Teal #0D493F

RGB

 RED value IS 13 (5.47% from 255) = 8.72%

 GREEN value IS 73 (28.91% from 255) = 48.99%

 BLUE value IS 63 (25% from 255) = 42.28%

R = 8.72%
G = 48.99%
B = 42.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#0D493F (or 0x0D493F) is known color: Deep Teal. HEX triplet: 0D, 49 and 3F. RGB value is (13,73,63). Sum of RGB (Red+Green+Blue) = 13+73+63=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #0D493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D493F is #F2B6C0. Grayscale: #353535. Windows color (decimal): -15906497 or 4147469. OLE color: 4147469.

HSL color Cylindrical-coordinate representation of color #0D493F: hue angle of 170º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D493F is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 13 73 63 -
CMYK 0.82 0 0.14 0.71
HSL 170º 0.7% 0.17% -
HSV(B) 170º 0.82% 0.29% -
XYZ 3.45 5.21 5.53 -
YUV 53.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 13 73 63 0.82 0 0.14 0.71 170 0.7 0.17
Hex D 49 3F 52 0 E 47 AA 46 11
Octal 15 111 77 122 0 16 107 252 106 21
Binary 1101 1001001 111111 1010010 0 1110 1000111 10101010 1000110 10001

Color Harmonies of #0D493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D493F

Black with #0D493F

Text Example


Text Example

White with #0D493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,73,63); }

 H1.HeaderClassName
 {
   color: #0D493F;
 }
 .AnyTagClassName
 {
   color: #0D493F;
 }
</style>

background-color css

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

 a { background-color: rgb(13,73,63); }

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

border-color css

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

 span { border-color: rgb(13,73,63); }

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