#1372BC

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

Shades of Denim #1372BC

Tints of Denim #1372BC

Color information

#1372BC (or 0x1372BC) is unknown color: approx Denim. HEX triplet: 13, 72 and BC. RGB value is (19,114,188). Sum of RGB (Red+Green+Blue) = 19+114+188=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #1372BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1372BC is #EC8D43. Grayscale: #5D5D5D. Windows color (decimal): -15502660 or 12349971. OLE color: 12349971.

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

Color convert

RGB19114188-
CMYK0.900.3900.26
HSL206.27º81.64%40.59%-
HSV(B)206.27º89.89%73.73%-
XYZ15.3615.849.82-
YUV94.03181.0374.48-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.92%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=5.92%
G=35.51%
B=58.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal191141880.900.3900.26206.2781.6440.59
Hex1372BC5A2701Ace5229
Octal231622741324703231612251
Binary100111110010101111001011010100111011010110011101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1372BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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