#1356AF

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

Shades of Denim #1356AF

Tints of Denim #1356AF

Color information

#1356AF (or 0x1356AF) is unknown color: approx Denim. HEX triplet: 13, 56 and AF. RGB value is (19,86,175). Sum of RGB (Red+Green+Blue) = 19+86+175=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #1356AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1356AF is #ECA950. Grayscale: #4B4B4B. Windows color (decimal): -15509841 or 11490835. OLE color: 11490835.

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

Color convert

RGB1986175-
CMYK0.890.5100.31
HSL214.23º80.41%38.04%-
HSV(B)214.23º89.14%68.63%-
XYZ11.339.8941.87-
YUV76.11183.887.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.79%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 175 (68.75% from 255) = 62.5%
R=6.79%
G=30.71%
B=62.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19861750.890.5100.31214.2380.4138.04
Hex1356AF593301Fd65026
Octal231262571316303732612046
Binary100111010110101011111011001110011011111110101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1356AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1356AF; }

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

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

<style>
 a { background-color: #1356AF; }

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

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

<style>
 span { border-color: #1356AF; }

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

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