Html Css Color HEX #136DAD Denim

📋 copy color: '#136DAD'

red 19 ◦ green 109 ◦ blue 173

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

Shades of Denim #136DAD

Tints of Denim #136DAD

RGB

 RED value IS 19 (7.81% from 255) = 6.31%

 GREEN value IS 109 (42.97% from 255) = 36.21%

 BLUE value IS 173 (67.97% from 255) = 57.48%

R = 6.31%
G = 36.21%
B = 57.48%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#136DAD (or 0x136DAD) is known color: Denim. HEX triplet: 13, 6D and AD. RGB value is (19,109,173). Sum of RGB (Red+Green+Blue) = 19+109+173=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #136DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DAD is #EC9252. Grayscale: #595959. Windows color (decimal): -15503955 or 11365651. OLE color: 11365651.

HSL color Cylindrical-coordinate representation of color #136DAD: hue angle of 204.94º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136DAD is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 109 173 -
CMYK 0.89 0.37 0 0.32
HSL 204.94º 0.8% 0.38% -
HSV(B) 204.94º 0.89% 0.68% -
XYZ 13.28 14.09 41.56 -
YUV 89.39 175.18 77.8 -
System Red Green Blue C M Y K H S L
Decimal 19 109 173 0.89 0.37 0 0.32 204.94 0.8 0.38
Hex 13 6D AD 59 25 0 20 CD 50 26
Octal 23 155 255 131 45 0 40 315 120 46
Binary 10011 1101101 10101101 1011001 100101 0 100000 11001101 1010000 100110

Color Harmonies of #136DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DAD

Black with #136DAD

Text Example


Text Example

White with #136DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136DAD; }

 p { color: rgb(19,109,173); }

 H1.HeaderClassName
 {
   color: #136DAD;
 }
 .AnyTagClassName
 {
   color: #136DAD;
 }
</style>

background-color css

<style>
 a { background-color: #136DAD; }

 a { background-color: rgb(19,109,173); }

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

border-color css

<style>
 span { border-color: #136DAD; }

 span { border-color: rgb(19,109,173); }

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