#1C6FD9

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

Shades of Denim #1C6FD9

Tints of Denim #1C6FD9

Color information

#1C6FD9 (or 0x1C6FD9) is unknown color: approx Denim. HEX triplet: 1C, 6F and D9. RGB value is (28,111,217). Sum of RGB (Red+Green+Blue) = 28+111+217=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 217 (85.16% from 255 or 60.96% from 356); Max value from RGB is 217 - color contains mainly: blue. Hex color #1C6FD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6FD9 is #E39026. Grayscale: #616161. Windows color (decimal): -14913575 or 14249756. OLE color: 14249756.

HSL color Cylindrical-coordinate representation of color #1C6FD9: hue angle of 213.65º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C6FD9 is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB28111217-
CMYK0.870.4900.15
HSL213.65º77.14%48.04%-
HSV(B)213.65º87.1%85.1%-
XYZ18.6916.6367.87-
YUV98.2719577.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.87%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 217 (85.16% from 255) = 60.96%
R=7.87%
G=31.18%
B=60.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal281112170.870.4900.15213.6577.1448.04
Hex1C6FD957310Fd64d30
Octal341573311276101732611560
Binary11100110111111011001101011111000101111110101101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,111,217); }

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

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

 a { background-color: rgb(28,111,217); }

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

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

 span { border-color: rgb(28,111,217); }

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