#1C66CB

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

Shades of Denim #1C66CB

Tints of Denim #1C66CB

Color information

#1C66CB (or 0x1C66CB) is unknown color: approx Denim. HEX triplet: 1C, 66 and CB. RGB value is (28,102,203). Sum of RGB (Red+Green+Blue) = 28+102+203=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #1C66CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C66CB is #E39934. Grayscale: #5A5A5A. Windows color (decimal): -14915893 or 13329948. OLE color: 13329948.

HSL color Cylindrical-coordinate representation of color #1C66CB: hue angle of 214.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C66CB is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB28102203-
CMYK0.860.5000.20
HSL214.63º75.76%45.29%-
HSV(B)214.63º86.21%79.61%-
XYZ16.0114.0658.37-
YUV91.39190.9882.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.41%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 203 (79.69% from 255) = 60.96%
R=8.41%
G=30.63%
B=60.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal281022030.860.5000.20214.6375.7645.29
Hex1C66CB5632014d74c2d
Octal341463131266202432711455
Binary111001100110110010111010110110010010100110101111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C66CB; }

 p { color: rgb(28,102,203); }

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

<style>
 a { background-color: #1C66CB; }

 a { background-color: rgb(28,102,203); }

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

<style>
 span { border-color: #1C66CB; }

 span { border-color: rgb(28,102,203); }

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