#1C68C7

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

Shades of Denim #1C68C7

Tints of Denim #1C68C7

Color information

#1C68C7 (or 0x1C68C7) is unknown color: approx Denim. HEX triplet: 1C, 68 and C7. RGB value is (28,104,199). Sum of RGB (Red+Green+Blue) = 28+104+199=331 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.46% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 199 (78.12% from 255 or 60.12% from 331); Max value from RGB is 199 - color contains mainly: blue. Hex color #1C68C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C68C7 is #E39738. Grayscale: #5B5B5B. Windows color (decimal): -14915385 or 13068316. OLE color: 13068316.

HSL color Cylindrical-coordinate representation of color #1C68C7: hue angle of 213.33º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C68C7 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB28104199-
CMYK0.860.4800.22
HSL213.33º75.33%44.51%-
HSV(B)213.33º85.93%78.04%-
XYZ15.7414.2755.96-
YUV92.11188.3282.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.46%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 199 (78.12% from 255) = 60.12%
R=8.46%
G=31.42%
B=60.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal281041990.860.4800.22213.3375.3344.51
Hex1C68C75630016d54b2d
Octal341503071266002632511355
Binary111001101000110001111010110110000010110110101011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C68C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,104,199); }

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

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

 a { background-color: rgb(28,104,199); }

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

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

 span { border-color: rgb(28,104,199); }

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