Html Css Color HEX #136AAF Denim

📋 copy color: '#136AAF'

red 19 ◦ green 106 ◦ blue 175

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

Shades of Denim #136AAF

Tints of Denim #136AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.33%

R = 6.33%
G = 35.33%
B = 58.33%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#136AAF (or 0x136AAF) is known color: Denim. HEX triplet: 13, 6A and AF. RGB value is (19,106,175). Sum of RGB (Red+Green+Blue) = 19+106+175=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #136AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136AAF is #EC9550. Grayscale: #575757. Windows color (decimal): -15504721 or 11495955. OLE color: 11495955.

HSL color Cylindrical-coordinate representation of color #136AAF: hue angle of 206.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136AAF is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 106 175 -
CMYK 0.89 0.39 0 0.31
HSL 206.54º 0.8% 0.38% -
HSV(B) 206.54º 0.89% 0.69% -
XYZ 13.16 13.54 42.48 -
YUV 87.85 177.18 78.89 -
System Red Green Blue C M Y K H S L
Decimal 19 106 175 0.89 0.39 0 0.31 206.54 0.8 0.38
Hex 13 6A AF 59 27 0 1F CF 50 26
Octal 23 152 257 131 47 0 37 317 120 46
Binary 10011 1101010 10101111 1011001 100111 0 11111 11001111 1010000 100110

Color Harmonies of #136AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136AAF

Black with #136AAF

Text Example


Text Example

White with #136AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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