#1351AE

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

Shades of Denim #1351AE

Tints of Denim #1351AE

Color information

#1351AE (or 0x1351AE) is unknown color: approx Denim. HEX triplet: 13, 51 and AE. RGB value is (19,81,174). Sum of RGB (Red+Green+Blue) = 19+81+174=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #1351AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1351AE is #ECAE51. Grayscale: #484848. Windows color (decimal): -15511122 or 11424019. OLE color: 11424019.

HSL color Cylindrical-coordinate representation of color #1351AE: hue angle of 216º 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 #1351AE is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1981174-
CMYK0.890.5300.32
HSL216º80.31%37.84%-
HSV(B)216º89.08%68.24%-
XYZ10.859.0841.22-
YUV73.06184.9689.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 174 (68.36% from 255) = 63.50%
R=6.93%
G=29.56%
B=63.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19811740.890.5300.3221680.3137.84
Hex1351AE5935020d85026
Octal231212561316504033012046
Binary1001110100011010111010110011101010100000110110001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1351AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1351AE; }

 p { color: rgb(19,81,174); }

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

<style>
 a { background-color: #1351AE; }

 a { background-color: rgb(19,81,174); }

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

<style>
 span { border-color: #1351AE; }

 span { border-color: rgb(19,81,174); }

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