Html Css Color HEX #136CAB Denim

📋 copy color: '#136CAB'

red 19 ◦ green 108 ◦ blue 171

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

Shades of Denim #136CAB

Tints of Denim #136CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.38%

R = 6.38%
G = 36.24%
B = 57.38%

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

#136CAB (or 0x136CAB) is known color: Denim. HEX triplet: 13, 6C and AB. RGB value is (19,108,171). Sum of RGB (Red+Green+Blue) = 19+108+171=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #136CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136CAB is #EC9354. Grayscale: #585858. Windows color (decimal): -15504213 or 11234323. OLE color: 11234323.

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

Color convert

RGB 19 108 171 -
CMYK 0.89 0.37 0 0.33
HSL 204.87º 0.8% 0.37% -
HSV(B) 204.87º 0.89% 0.67% -
XYZ 12.98 13.8 40.51 -
YUV 88.57 174.51 78.38 -
System Red Green Blue C M Y K H S L
Decimal 19 108 171 0.89 0.37 0 0.33 204.87 0.8 0.37
Hex 13 6C AB 59 25 0 21 CD 50 25
Octal 23 154 253 131 45 0 41 315 120 45
Binary 10011 1101100 10101011 1011001 100101 0 100001 11001101 1010000 100101

Color Harmonies of #136CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CAB

Black with #136CAB

Text Example


Text Example

White with #136CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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