#1363AA

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

Shades of Denim #1363AA

Tints of Denim #1363AA

Color information

#1363AA (or 0x1363AA) is unknown color: approx Denim. HEX triplet: 13, 63 and AA. RGB value is (19,99,170). Sum of RGB (Red+Green+Blue) = 19+99+170=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #1363AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1363AA is #EC9C55. Grayscale: #525252. Windows color (decimal): -15506518 or 11166483. OLE color: 11166483.

HSL color Cylindrical-coordinate representation of color #1363AA: hue angle of 208.21º 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 #1363AA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1999170-
CMYK0.890.4200.33
HSL208.21º79.89%37.06%-
HSV(B)208.21º88.82%66.67%-
XYZ11.9911.9639.71-
YUV83.1717782.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.60%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=6.60%
G=34.38%
B=59.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19991700.890.4200.33208.2179.8937.06
Hex1363AA592A021d05025
Octal231432521315204132012045
Binary1001111000111010101010110011010100100001110100001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1363AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1363AA; }

 p { color: rgb(19,99,170); }

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

<style>
 a { background-color: #1363AA; }

 a { background-color: rgb(19,99,170); }

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

<style>
 span { border-color: #1363AA; }

 span { border-color: rgb(19,99,170); }

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