Html Css Color HEX #136AAB Denim

📋 copy color: '#136AAB'

red 19 ◦ green 106 ◦ blue 171

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

Shades of Denim #136AAB

Tints of Denim #136AAB

RGB

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

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

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

R = 6.42%
G = 35.81%
B = 57.77%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#136AAB (or 0x136AAB) is known color: Denim. HEX triplet: 13, 6A and AB. RGB value is (19,106,171). Sum of RGB (Red+Green+Blue) = 19+106+171=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 106 (41.80% from 255 or 35.81% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #136AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136AAB is #EC9554. Grayscale: #575757. Windows color (decimal): -15504725 or 11233811. OLE color: 11233811.

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

Color convert

RGB 19 106 171 -
CMYK 0.89 0.38 0 0.33
HSL 205.66º 0.8% 0.37% -
HSV(B) 205.66º 0.89% 0.67% -
XYZ 12.77 13.39 40.44 -
YUV 87.4 175.18 79.21 -
System Red Green Blue C M Y K H S L
Decimal 19 106 171 0.89 0.38 0 0.33 205.66 0.8 0.37
Hex 13 6A AB 59 26 0 21 CE 50 25
Octal 23 152 253 131 46 0 41 316 120 45
Binary 10011 1101010 10101011 1011001 100110 0 100001 11001110 1010000 100101

Color Harmonies of #136AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AAB

Black with #136AAB

Text Example


Text Example

White with #136AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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