Html Css Color HEX #136AAE Denim

📋 copy color: '#136AAE'

red 19 ◦ green 106 ◦ blue 174

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

Shades of Denim #136AAE

Tints of Denim #136AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.45%

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 6.35%
G = 35.45%
B = 58.19%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#136AAE (or 0x136AAE) is known color: Denim. HEX triplet: 13, 6A and AE. RGB value is (19,106,174). Sum of RGB (Red+Green+Blue) = 19+106+174=299 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.35% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #136AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136AAE is #EC9551. Grayscale: #575757. Windows color (decimal): -15504722 or 11430419. OLE color: 11430419.

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

Color convert

RGB 19 106 174 -
CMYK 0.89 0.39 0 0.32
HSL 206.32º 0.8% 0.38% -
HSV(B) 206.32º 0.89% 0.68% -
XYZ 13.06 13.5 41.96 -
YUV 87.74 176.68 78.97 -
System Red Green Blue C M Y K H S L
Decimal 19 106 174 0.89 0.39 0 0.32 206.32 0.8 0.38
Hex 13 6A AE 59 27 0 20 CE 50 26
Octal 23 152 256 131 47 0 40 316 120 46
Binary 10011 1101010 10101110 1011001 100111 0 100000 11001110 1010000 100110

Color Harmonies of #136AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AAE

Black with #136AAE

Text Example


Text Example

White with #136AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,106,174); }

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

background-color css

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

 a { background-color: rgb(19,106,174); }

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

border-color css

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

 span { border-color: rgb(19,106,174); }

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