Html Css Color HEX #136FAE Denim

📋 copy color: '#136FAE'

red 19 ◦ green 111 ◦ blue 174

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

Shades of Denim #136FAE

Tints of Denim #136FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.51%

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 6.25%
G = 36.51%
B = 57.24%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#136FAE (or 0x136FAE) is known color: Denim. HEX triplet: 13, 6F and AE. RGB value is (19,111,174). Sum of RGB (Red+Green+Blue) = 19+111+174=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #136FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136FAE is #EC9051. Grayscale: #5A5A5A. Windows color (decimal): -15503442 or 11431699. OLE color: 11431699.

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

Color convert

RGB 19 111 174 -
CMYK 0.89 0.36 0 0.32
HSL 204.39º 0.8% 0.38% -
HSV(B) 204.39º 0.89% 0.68% -
XYZ 13.59 14.56 42.14 -
YUV 90.67 175.02 76.88 -
System Red Green Blue C M Y K H S L
Decimal 19 111 174 0.89 0.36 0 0.32 204.39 0.8 0.38
Hex 13 6F AE 59 24 0 20 CC 50 26
Octal 23 157 256 131 44 0 40 314 120 46
Binary 10011 1101111 10101110 1011001 100100 0 100000 11001100 1010000 100110

Color Harmonies of #136FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136FAE

Black with #136FAE

Text Example


Text Example

White with #136FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,111,174); }

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

background-color css

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

 a { background-color: rgb(19,111,174); }

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

border-color css

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

 span { border-color: rgb(19,111,174); }

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