Html Css Color HEX #136BAB Denim

📋 copy color: '#136BAB'

red 19 ◦ green 107 ◦ blue 171

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

Shades of Denim #136BAB

Tints of Denim #136BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.03%

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

R = 6.4%
G = 36.03%
B = 57.58%

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

#136BAB (or 0x136BAB) is known color: Denim. HEX triplet: 13, 6B and AB. RGB value is (19,107,171). Sum of RGB (Red+Green+Blue) = 19+107+171=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #136BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136BAB is #EC9454. Grayscale: #575757. Windows color (decimal): -15504469 or 11234067. OLE color: 11234067.

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

Color convert

RGB 19 107 171 -
CMYK 0.89 0.37 0 0.33
HSL 205.26º 0.8% 0.37% -
HSV(B) 205.26º 0.89% 0.67% -
XYZ 12.88 13.59 40.47 -
YUV 87.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 19 107 171 0.89 0.37 0 0.33 205.26 0.8 0.37
Hex 13 6B AB 59 25 0 21 CD 50 25
Octal 23 153 253 131 45 0 41 315 120 45
Binary 10011 1101011 10101011 1011001 100101 0 100001 11001101 1010000 100101

Color Harmonies of #136BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BAB

Black with #136BAB

Text Example


Text Example

White with #136BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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