Html Css Color HEX #136CAA Denim

📋 copy color: '#136CAA'

red 19 ◦ green 108 ◦ blue 170

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

Shades of Denim #136CAA

Tints of Denim #136CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

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

R = 6.4%
G = 36.36%
B = 57.24%

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

#136CAA (or 0x136CAA) is known color: Denim. HEX triplet: 13, 6C and AA. RGB value is (19,108,170). Sum of RGB (Red+Green+Blue) = 19+108+170=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 170 (66.80% from 255 or 57.24% from 297); Max value from RGB is 170 - color contains mainly: blue. Hex color #136CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136CAA is #EC9355. Grayscale: #585858. Windows color (decimal): -15504214 or 11168787. OLE color: 11168787.

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

Color convert

RGB 19 108 170 -
CMYK 0.89 0.36 0 0.33
HSL 204.64º 0.8% 0.37% -
HSV(B) 204.64º 0.89% 0.67% -
XYZ 12.89 13.77 40.01 -
YUV 88.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 19 108 170 0.89 0.36 0 0.33 204.64 0.8 0.37
Hex 13 6C AA 59 24 0 21 CD 50 25
Octal 23 154 252 131 44 0 41 315 120 45
Binary 10011 1101100 10101010 1011001 100100 0 100001 11001101 1010000 100101

Color Harmonies of #136CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CAA

Black with #136CAA

Text Example


Text Example

White with #136CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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