Html Css Color HEX #0D7584 Teal

📋 copy color: '#0D7584'

red 13 ◦ green 117 ◦ blue 132

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

Shades of Teal #0D7584

Tints of Teal #0D7584

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.66%

 BLUE value IS 132 (51.95% from 255) = 50.38%

R = 4.96%
G = 44.66%
B = 50.38%

CMYK

 C value IS 0.90

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0D7584 (or 0x0D7584) is known color: Teal. HEX triplet: 0D, 75 and 84. RGB value is (13,117,132). Sum of RGB (Red+Green+Blue) = 13+117+132=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #0D7584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D7584 is #F28A7B. Grayscale: #575757. Windows color (decimal): -15895164 or 8680717. OLE color: 8680717.

HSL color Cylindrical-coordinate representation of color #0D7584: hue angle of 187.56º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7584 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 13 117 132 -
CMYK 0.90 0.11 0 0.48
HSL 187.56º 0.82% 0.28% -
HSV(B) 187.56º 0.9% 0.52% -
XYZ 10.69 14.47 24.06 -
YUV 87.61 153.04 74.78 -
System Red Green Blue C M Y K H S L
Decimal 13 117 132 0.90 0.11 0 0.48 187.56 0.82 0.28
Hex D 75 84 5A B 0 30 BC 52 1C
Octal 15 165 204 132 13 0 60 274 122 34
Binary 1101 1110101 10000100 1011010 1011 0 110000 10111100 1010010 11100

Color Harmonies of #0D7584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7584

Black with #0D7584

Text Example


Text Example

White with #0D7584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,117,132); }

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

background-color css

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

 a { background-color: rgb(13,117,132); }

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

border-color css

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

 span { border-color: rgb(13,117,132); }

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