Html Css Color HEX #136DAC Denim

📋 copy color: '#136DAC'

red 19 ◦ green 109 ◦ blue 172

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

Shades of Denim #136DAC

Tints of Denim #136DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.33%

R = 6.33%
G = 36.33%
B = 57.33%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#136DAC (or 0x136DAC) is known color: Denim. HEX triplet: 13, 6D and AC. RGB value is (19,109,172). Sum of RGB (Red+Green+Blue) = 19+109+172=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #136DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DAC is #EC9253. Grayscale: #585858. Windows color (decimal): -15503956 or 11300115. OLE color: 11300115.

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

Color convert

RGB 19 109 172 -
CMYK 0.89 0.37 0 0.33
HSL 204.71º 0.8% 0.37% -
HSV(B) 204.71º 0.89% 0.67% -
XYZ 13.18 14.05 41.05 -
YUV 89.27 174.68 77.88 -
System Red Green Blue C M Y K H S L
Decimal 19 109 172 0.89 0.37 0 0.33 204.71 0.8 0.37
Hex 13 6D AC 59 25 0 21 CD 50 25
Octal 23 155 254 131 45 0 41 315 120 45
Binary 10011 1101101 10101100 1011001 100101 0 100001 11001101 1010000 100101

Color Harmonies of #136DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DAC

Black with #136DAC

Text Example


Text Example

White with #136DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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