Html Css Color HEX #136DAA Denim

📋 copy color: '#136DAA'

red 19 ◦ green 109 ◦ blue 170

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

Shades of Denim #136DAA

Tints of Denim #136DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.05%

R = 6.38%
G = 36.58%
B = 57.05%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#136DAA (or 0x136DAA) is known color: Denim. HEX triplet: 13, 6D and AA. RGB value is (19,109,170). Sum of RGB (Red+Green+Blue) = 19+109+170=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #136DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DAA is #EC9255. Grayscale: #585858. Windows color (decimal): -15503958 or 11169043. OLE color: 11169043.

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

Color convert

RGB 19 109 170 -
CMYK 0.89 0.36 0 0.33
HSL 204.24º 0.8% 0.37% -
HSV(B) 204.24º 0.89% 0.67% -
XYZ 12.99 13.98 40.04 -
YUV 89.04 173.68 78.04 -
System Red Green Blue C M Y K H S L
Decimal 19 109 170 0.89 0.36 0 0.33 204.24 0.8 0.37
Hex 13 6D AA 59 24 0 21 CC 50 25
Octal 23 155 252 131 44 0 41 314 120 45
Binary 10011 1101101 10101010 1011001 100100 0 100001 11001100 1010000 100101

Color Harmonies of #136DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DAA

Black with #136DAA

Text Example


Text Example

White with #136DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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