#136DAF

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

Shades of Denim #136DAF

Tints of Denim #136DAF

Color information

#136DAF (or 0x136DAF) is unknown color: approx Denim. HEX triplet: 13, 6D and AF. RGB value is (19,109,175). Sum of RGB (Red+Green+Blue) = 19+109+175=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #136DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136DAF is #EC9250. Grayscale: #595959. Windows color (decimal): -15503953 or 11496723. OLE color: 11496723.

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

Color convert

RGB19109175-
CMYK0.890.3800.31
HSL205.38º80.41%38.04%-
HSV(B)205.38º89.14%68.63%-
XYZ13.4814.1742.58-
YUV89.61176.1877.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 109 (42.97% from 255) = 35.97%
BLUE value IS 175 (68.75% from 255) = 57.76%
R=6.27%
G=35.97%
B=57.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal191091750.890.3800.31205.3880.4138.04
Hex136DAF592601Fcd5026
Octal231552571314603731512046
Binary100111101101101011111011001100110011111110011011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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