Html Css Color HEX #136CAF Denim

📋 copy color: '#136CAF'

red 19 ◦ green 108 ◦ blue 175

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

Shades of Denim #136CAF

Tints of Denim #136CAF

RGB

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

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

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

R = 6.29%
G = 35.76%
B = 57.95%

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

#136CAF (or 0x136CAF) is known color: Denim. HEX triplet: 13, 6C and AF. RGB value is (19,108,175). Sum of RGB (Red+Green+Blue) = 19+108+175=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #136CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136CAF is #EC9350. Grayscale: #585858. Windows color (decimal): -15504209 or 11496467. OLE color: 11496467.

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

Color convert

RGB 19 108 175 -
CMYK 0.89 0.38 0 0.31
HSL 205.77º 0.8% 0.38% -
HSV(B) 205.77º 0.89% 0.69% -
XYZ 13.37 13.96 42.55 -
YUV 89.03 176.51 78.05 -
System Red Green Blue C M Y K H S L
Decimal 19 108 175 0.89 0.38 0 0.31 205.77 0.8 0.38
Hex 13 6C AF 59 26 0 1F CE 50 26
Octal 23 154 257 131 46 0 37 316 120 46
Binary 10011 1101100 10101111 1011001 100110 0 11111 11001110 1010000 100110

Color Harmonies of #136CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CAF

Black with #136CAF

Text Example


Text Example

White with #136CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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