Html Css Color HEX #0D4B3F Deep Teal

📋 copy color: '#0D4B3F'

red 13 ◦ green 75 ◦ blue 63

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

Shades of Deep Teal #0D4B3F

Tints of Deep Teal #0D4B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 49.67%

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

R = 8.61%
G = 49.67%
B = 41.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#0D4B3F (or 0x0D4B3F) is known color: Deep Teal. HEX triplet: 0D, 4B and 3F. RGB value is (13,75,63). Sum of RGB (Red+Green+Blue) = 13+75+63=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4B3F is #F2B4C0. Grayscale: #373737. Windows color (decimal): -15905985 or 4147981. OLE color: 4147981.

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

Color convert

RGB 13 75 63 -
CMYK 0.83 0 0.16 0.71
HSL 168.39º 0.7% 0.17% -
HSV(B) 168.39º 0.83% 0.29% -
XYZ 3.58 5.48 5.57 -
YUV 55.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 13 75 63 0.83 0 0.16 0.71 168.39 0.7 0.17
Hex D 4B 3F 53 0 10 47 A8 46 11
Octal 15 113 77 123 0 20 107 250 106 21
Binary 1101 1001011 111111 1010011 0 10000 1000111 10101000 1000110 10001

Color Harmonies of #0D4B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D4B3F

Black with #0D4B3F

Text Example


Text Example

White with #0D4B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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