#1966ce

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

Shades of Denim #1966CE

Tints of Denim #1966CE

Color information

#1966CE (or 0x1966CE) is unknown color: approx Denim. HEX triplet: 19, 66 and CE. RGB value is (25,102,206). Sum of RGB (Red+Green+Blue) = 25+102+206=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #1966CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966CE is #E69931. Grayscale: #5A5A5A. Windows color (decimal): -15112498 or 13526553. OLE color: 13526553.

HSL color Cylindrical-coordinate representation of color #1966CE: hue angle of 214.48º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1966CE is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB25102206-
CMYK0.880.5000.19
HSL214.48º78.35%45.29%-
HSV(B)214.48º87.86%80.78%-
XYZ16.2914.1760.27-
YUV90.83192.9981.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.51%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 206 (80.86% from 255) = 61.86%
R=7.51%
G=30.63%
B=61.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal251022060.880.5000.19214.4878.3545.29
Hex1966CE5832013d64e2d
Octal311463161306202332611655
Binary110011100110110011101011000110010010011110101101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1966ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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