#1C68CE

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

Shades of Denim #1C68CE

Tints of Denim #1C68CE

Color information

#1C68CE (or 0x1C68CE) is unknown color: approx Denim. HEX triplet: 1C, 68 and CE. RGB value is (28,104,206). Sum of RGB (Red+Green+Blue) = 28+104+206=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C68CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C68CE is #E39731. Grayscale: #5C5C5C. Windows color (decimal): -14915378 or 13527068. OLE color: 13527068.

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

Color convert

RGB28104206-
CMYK0.860.5000.19
HSL214.38º76.07%45.88%-
HSV(B)214.38º86.41%80.78%-
XYZ16.5714.660.34-
YUV92.9191.8281.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.28%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=8.28%
G=30.77%
B=60.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal281042060.860.5000.19214.3876.0745.88
Hex1C68CE5632013d64c2e
Octal341503161266202332611456
Binary111001101000110011101010110110010010011110101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C68CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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