#1C78CA

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

Shades of Denim #1C78CA

Tints of Denim #1C78CA

Color information

#1C78CA (or 0x1C78CA) is unknown color: approx Denim. HEX triplet: 1C, 78 and CA. RGB value is (28,120,202). Sum of RGB (Red+Green+Blue) = 28+120+202=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #1C78CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C78CA is #E38735. Grayscale: #656565. Windows color (decimal): -14911286 or 13269020. OLE color: 13269020.

HSL color Cylindrical-coordinate representation of color #1C78CA: hue angle of 208.28º 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 #1C78CA is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB28120202-
CMYK0.860.4100.21
HSL208.28º75.65%45.1%-
HSV(B)208.28º86.14%79.22%-
XYZ17.8617.9458.4-
YUV101.84184.5275.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 202 (79.30% from 255) = 57.71%
R=8%
G=34.29%
B=57.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal281202020.860.4100.21208.2875.6545.1
Hex1C78CA5629015d04c2d
Octal341703121265102532011455
Binary111001111000110010101010110101001010101110100001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C78CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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