Html Css Color HEX #136EAF Denim

📋 copy color: '#136EAF'

red 19 ◦ green 110 ◦ blue 175

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

Shades of Denim #136EAF

Tints of Denim #136EAF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

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

R = 6.25%
G = 36.18%
B = 57.57%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#136EAF (or 0x136EAF) is known color: Denim. HEX triplet: 13, 6E and AF. RGB value is (19,110,175). Sum of RGB (Red+Green+Blue) = 19+110+175=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #136EAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136EAF is #EC9150. Grayscale: #595959. Windows color (decimal): -15503697 or 11496979. OLE color: 11496979.

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

Color convert

RGB 19 110 175 -
CMYK 0.89 0.37 0 0.31
HSL 205º 0.8% 0.38% -
HSV(B) 205º 0.89% 0.69% -
XYZ 13.58 14.39 42.62 -
YUV 90.2 175.85 77.21 -
System Red Green Blue C M Y K H S L
Decimal 19 110 175 0.89 0.37 0 0.31 205 0.8 0.38
Hex 13 6E AF 59 25 0 1F CD 50 26
Octal 23 156 257 131 45 0 37 315 120 46
Binary 10011 1101110 10101111 1011001 100101 0 11111 11001101 1010000 100110

Color Harmonies of #136EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136EAF

Black with #136EAF

Text Example


Text Example

White with #136EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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