#1966BF

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

Shades of Denim #1966BF

Tints of Denim #1966BF

Color information

#1966BF (or 0x1966BF) is unknown color: approx Denim. HEX triplet: 19, 66 and BF. RGB value is (25,102,191). Sum of RGB (Red+Green+Blue) = 25+102+191=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #1966BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966BF is #E69940. Grayscale: #585858. Windows color (decimal): -15112513 or 12543513. OLE color: 12543513.

HSL color Cylindrical-coordinate representation of color #1966BF: hue angle of 212.17º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1966BF is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB25102191-
CMYK0.870.4700.25
HSL212.17º76.85%42.35%-
HSV(B)212.17º86.91%74.9%-
XYZ14.5613.4751.12-
YUV89.12185.4982.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 191 (75% from 255) = 60.06%
R=7.86%
G=32.08%
B=60.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251021910.870.4700.25212.1776.8542.35
Hex1966BF572F019d44d2a
Octal311462771275703132411552
Binary110011100110101111111010111101111011001110101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1966BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1966BF; }

 p { color: rgb(25,102,191); }

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

<style>
 a { background-color: #1966BF; }

 a { background-color: rgb(25,102,191); }

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

<style>
 span { border-color: #1966BF; }

 span { border-color: rgb(25,102,191); }

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