#1360BC

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

Shades of Denim #1360BC

Tints of Denim #1360BC

Color information

#1360BC (or 0x1360BC) is unknown color: approx Denim. HEX triplet: 13, 60 and BC. RGB value is (19,96,188). Sum of RGB (Red+Green+Blue) = 19+96+188=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #1360BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1360BC is #EC9F43. Grayscale: #535353. Windows color (decimal): -15507268 or 12345363. OLE color: 12345363.

HSL color Cylindrical-coordinate representation of color #1360BC: hue angle of 212.66º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1360BC is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1996188-
CMYK0.900.4900.26
HSL212.66º81.64%40.59%-
HSV(B)212.66º89.89%73.73%-
XYZ13.5312.1449.21-
YUV83.46186.9982.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 188 (73.83% from 255) = 62.05%
R=6.27%
G=31.68%
B=62.05%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19961880.900.4900.26212.6681.6440.59
Hex1360BC5A3101Ad55229
Octal231402741326103232512251
Binary100111100000101111001011010110001011010110101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1360BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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