Html Css Color HEX #0D443A Deep Teal

📋 copy color: '#0D443A'

red 13 ◦ green 68 ◦ blue 58

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

Shades of Deep Teal #0D443A

Tints of Deep Teal #0D443A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.92%

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 9.35%
G = 48.92%
B = 41.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#0D443A (or 0x0D443A) is known color: Deep Teal. HEX triplet: 0D, 44 and 3A. RGB value is (13,68,58). Sum of RGB (Red+Green+Blue) = 13+68+58=139 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.35% from 139); Green value is 68 (26.95% from 255 or 48.92% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 68 - color contains mainly: green. Hex color #0D443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D443A is #F2BBC5. Grayscale: #323232. Windows color (decimal): -15907782 or 3818509. OLE color: 3818509.

HSL color Cylindrical-coordinate representation of color #0D443A: hue angle of 169.09º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D443A is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 13 68 58 -
CMYK 0.81 0 0.15 0.73
HSL 169.09º 0.68% 0.16% -
HSV(B) 169.09º 0.81% 0.27% -
XYZ 3 4.53 4.72 -
YUV 50.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 13 68 58 0.81 0 0.15 0.73 169.09 0.68 0.16
Hex D 44 3A 51 0 F 49 A9 44 10
Octal 15 104 72 121 0 17 111 251 104 20
Binary 1101 1000100 111010 1010001 0 1111 1001001 10101001 1000100 10000

Color Harmonies of #0D443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D443A

Black with #0D443A

Text Example


Text Example

White with #0D443A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,68,58); }

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

background-color css

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

 a { background-color: rgb(13,68,58); }

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

border-color css

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

 span { border-color: rgb(13,68,58); }

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