Html Css Color HEX #136DAF Denim

📋 copy color: '#136DAF'

red 19 ◦ green 109 ◦ blue 175

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

Shades of Denim #136DAF

Tints of Denim #136DAF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.97%

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

R = 6.27%
G = 35.97%
B = 57.76%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#136DAF (or 0x136DAF) is known color: Denim. HEX triplet: 13, 6D and AF. RGB value is (19,109,175). Sum of RGB (Red+Green+Blue) = 19+109+175=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #136DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DAF is #EC9250. Grayscale: #595959. Windows color (decimal): -15503953 or 11496723. OLE color: 11496723.

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

Color convert

RGB 19 109 175 -
CMYK 0.89 0.38 0 0.31
HSL 205.38º 0.8% 0.38% -
HSV(B) 205.38º 0.89% 0.69% -
XYZ 13.48 14.17 42.58 -
YUV 89.61 176.18 77.63 -
System Red Green Blue C M Y K H S L
Decimal 19 109 175 0.89 0.38 0 0.31 205.38 0.8 0.38
Hex 13 6D AF 59 26 0 1F CD 50 26
Octal 23 155 257 131 46 0 37 315 120 46
Binary 10011 1101101 10101111 1011001 100110 0 11111 11001101 1010000 100110

Color Harmonies of #136DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136DAF

Black with #136DAF

Text Example


Text Example

White with #136DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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