#1C68CA

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

Shades of Denim #1C68CA

Tints of Denim #1C68CA

Color information

#1C68CA (or 0x1C68CA) is unknown color: approx Denim. HEX triplet: 1C, 68 and CA. RGB value is (28,104,202). Sum of RGB (Red+Green+Blue) = 28+104+202=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C68CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C68CA is #E39735. Grayscale: #5B5B5B. Windows color (decimal): -14915382 or 13264924. OLE color: 13264924.

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

Color convert

RGB28104202-
CMYK0.860.4900.21
HSL213.79º75.65%45.1%-
HSV(B)213.79º86.14%79.22%-
XYZ16.0914.4157.81-
YUV92.45189.8282.03-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.38%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 202 (79.30% from 255) = 60.48%
R=8.38%
G=31.14%
B=60.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal281042020.860.4900.21213.7975.6545.1
Hex1C68CA5631015d64c2d
Octal341503121266102532611455
Binary111001101000110010101010110110001010101110101101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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