#1360B3

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

Shades of Denim #1360B3

Tints of Denim #1360B3

Color information

#1360B3 (or 0x1360B3) is unknown color: approx Denim. HEX triplet: 13, 60 and B3. RGB value is (19,96,179). Sum of RGB (Red+Green+Blue) = 19+96+179=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #1360B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1360B3 is #EC9F4C. Grayscale: #525252. Windows color (decimal): -15507277 or 11755539. OLE color: 11755539.

HSL color Cylindrical-coordinate representation of color #1360B3: hue angle of 211.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1360B3 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1996179-
CMYK0.890.4600.30
HSL211.12º80.81%38.82%-
HSV(B)211.12º89.39%70.2%-
XYZ12.5911.7644.25-
YUV82.44182.4982.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.46%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 179 (70.31% from 255) = 60.88%
R=6.46%
G=32.65%
B=60.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal19961790.890.4600.30211.1280.8138.82
Hex1360B3592E01Ed35127
Octal231402631315603632312147
Binary100111100000101100111011001101110011110110100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1360B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1360B3; }

 p { color: rgb(19,96,179); }

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

<style>
 a { background-color: #1360B3; }

 a { background-color: rgb(19,96,179); }

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

<style>
 span { border-color: #1360B3; }

 span { border-color: rgb(19,96,179); }

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