#1466CE

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

Shades of Denim #1466CE

Tints of Denim #1466CE

Color information

#1466CE (or 0x1466CE) is unknown color: approx Denim. HEX triplet: 14, 66 and CE. RGB value is (20,102,206). Sum of RGB (Red+Green+Blue) = 20+102+206=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 206 (80.86% from 255 or 62.80% from 328); Max value from RGB is 206 - color contains mainly: blue. Hex color #1466CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466CE is #EB9931. Grayscale: #585858. Windows color (decimal): -15440178 or 13526548. OLE color: 13526548.

HSL color Cylindrical-coordinate representation of color #1466CE: hue angle of 213.55º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1466CE is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20102206-
CMYK0.900.5000.19
HSL213.55º82.3%44.31%-
HSV(B)213.55º90.29%80.78%-
XYZ16.1814.1160.26-
YUV89.34193.8378.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.10%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 206 (80.86% from 255) = 62.80%
R=6.10%
G=31.10%
B=62.80%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal201022060.900.5000.19213.5582.344.31
Hex1466CE5A32013d6522c
Octal241463161326202332612254
Binary101001100110110011101011010110010010011110101101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1466CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1466CE; }

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

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

<style>
 a { background-color: #1466CE; }

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

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

<style>
 span { border-color: #1466CE; }

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

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