#136FAE

Color #136FAE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #136FAE

Tints of Denim #136FAE

Color information

#136FAE (or 0x136FAE) is unknown color: approx 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

RGB19111174-
CMYK0.890.3600.32
HSL204.39º80.31%37.84%-
HSV(B)204.39º89.08%68.24%-
XYZ13.5914.5642.14-
YUV90.67175.0276.88-

RGB Variations

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

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 (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal191111740.890.3600.32204.3980.3137.84
Hex136FAE5924020cc5026
Octal231572561314404031412046
Binary1001111011111010111010110011001000100000110011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>