#136CAF

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

Shades of Denim #136CAF

Tints of Denim #136CAF

Color information

#136CAF (or 0x136CAF) is unknown color: approx Denim. HEX triplet: 13, 6C and AF. RGB value is (19,108,175). Sum of RGB (Red+Green+Blue) = 19+108+175=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #136CAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136CAF is #EC9350. Grayscale: #585858. Windows color (decimal): -15504209 or 11496467. OLE color: 11496467.

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

Color convert

RGB19108175-
CMYK0.890.3800.31
HSL205.77º80.41%38.04%-
HSV(B)205.77º89.14%68.63%-
XYZ13.3713.9642.55-
YUV89.03176.5178.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.29%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 175 (68.75% from 255) = 57.95%
R=6.29%
G=35.76%
B=57.95%

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
Decimal191081750.890.3800.31205.7780.4138.04
Hex136CAF592601Fce5026
Octal231542571314603731612046
Binary100111101100101011111011001100110011111110011101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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