Html Css Color HEX #136EAD Denim

📋 copy color: '#136EAD'

red 19 ◦ green 110 ◦ blue 173

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

Shades of Denim #136EAD

Tints of Denim #136EAD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.42%

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

R = 6.29%
G = 36.42%
B = 57.28%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#136EAD (or 0x136EAD) is known color: Denim. HEX triplet: 13, 6E and AD. RGB value is (19,110,173). Sum of RGB (Red+Green+Blue) = 19+110+173=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #136EAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136EAD is #EC9152. Grayscale: #595959. Windows color (decimal): -15503699 or 11365907. OLE color: 11365907.

HSL color Cylindrical-coordinate representation of color #136EAD: hue angle of 204.55º 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 #136EAD is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 110 173 -
CMYK 0.89 0.36 0 0.32
HSL 204.55º 0.8% 0.38% -
HSV(B) 204.55º 0.89% 0.68% -
XYZ 13.39 14.31 41.59 -
YUV 89.97 174.85 77.38 -
System Red Green Blue C M Y K H S L
Decimal 19 110 173 0.89 0.36 0 0.32 204.55 0.8 0.38
Hex 13 6E AD 59 24 0 20 CD 50 26
Octal 23 156 255 131 44 0 40 315 120 46
Binary 10011 1101110 10101101 1011001 100100 0 100000 11001101 1010000 100110

Color Harmonies of #136EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EAD

Black with #136EAD

Text Example


Text Example

White with #136EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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