#136EAC

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

Shades of Denim #136EAC

Tints of Denim #136EAC

Color information

#136EAC (or 0x136EAC) is unknown color: approx Denim. HEX triplet: 13, 6E and AC. RGB value is (19,110,172). Sum of RGB (Red+Green+Blue) = 19+110+172=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #136EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136EAC is #EC9153. Grayscale: #595959. Windows color (decimal): -15503700 or 11300371. OLE color: 11300371.

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

Color convert

RGB19110172-
CMYK0.890.3600.33
HSL204.31º80.1%37.45%-
HSV(B)204.31º88.95%67.45%-
XYZ13.2914.2741.08-
YUV89.86174.3577.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.31%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=6.31%
G=36.54%
B=57.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal191101720.890.3600.33204.3180.137.45
Hex136EAC5924021cc5025
Octal231562541314404131412045
Binary1001111011101010110010110011001000100001110011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #136EAC;
 }
 .AnyTagClassName
 {
   color: #136EAC;
 }
</style>
background-color css

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

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

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

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

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

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