#1370BC

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

Shades of Denim #1370BC

Tints of Denim #1370BC

Color information

#1370BC (or 0x1370BC) is unknown color: approx Denim. HEX triplet: 13, 70 and BC. RGB value is (19,112,188). Sum of RGB (Red+Green+Blue) = 19+112+188=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #1370BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370BC is #EC8F43. Grayscale: #5C5C5C. Windows color (decimal): -15503172 or 12349459. OLE color: 12349459.

HSL color Cylindrical-coordinate representation of color #1370BC: hue angle of 206.98º 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 #1370BC is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB19112188-
CMYK0.900.4000.26
HSL206.98º81.64%40.59%-
HSV(B)206.98º89.89%73.73%-
XYZ15.1415.3649.74-
YUV92.86181.6975.32-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.96%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 188 (73.83% from 255) = 58.93%
R=5.96%
G=35.11%
B=58.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191121880.900.4000.26206.9881.6440.59
Hex1370BC5A2801Acf5229
Octal231602741325003231712251
Binary100111110000101111001011010101000011010110011111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1370BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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