#1c70c3

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

Shades of Denim #1C70C3

Tints of Denim #1C70C3

Color information

#1C70C3 (or 0x1C70C3) is unknown color: approx Denim. HEX triplet: 1C, 70 and C3. RGB value is (28,112,195). Sum of RGB (Red+Green+Blue) = 28+112+195=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #1C70C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C70C3 is #E38F3C. Grayscale: #5F5F5F. Windows color (decimal): -14913341 or 12808220. OLE color: 12808220.

HSL color Cylindrical-coordinate representation of color #1C70C3: hue angle of 209.82º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C70C3 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB28112195-
CMYK0.860.4300.24
HSL209.82º74.89%43.73%-
HSV(B)209.82º85.64%76.47%-
XYZ16.1215.7853.82-
YUV96.35183.6779.25-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 195 (76.56% from 255) = 58.21%
R=8.36%
G=33.43%
B=58.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281121950.860.4300.24209.8274.8943.73
Hex1C70C3562B018d24b2c
Octal341603031265303032211354
Binary111001110000110000111010110101011011000110100101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c70c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,112,195); }

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

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

 a { background-color: rgb(28,112,195); }

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

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

 span { border-color: rgb(28,112,195); }

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