#1C6FC4

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

Shades of Denim #1C6FC4

Tints of Denim #1C6FC4

Color information

#1C6FC4 (or 0x1C6FC4) is unknown color: approx Denim. HEX triplet: 1C, 6F and C4. RGB value is (28,111,196). Sum of RGB (Red+Green+Blue) = 28+111+196=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #1C6FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6FC4 is #E3903B. Grayscale: #5F5F5F. Windows color (decimal): -14913596 or 12873500. OLE color: 12873500.

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

Color convert

RGB28111196-
CMYK0.860.4300.23
HSL210.36º75%43.92%-
HSV(B)210.36º85.71%76.86%-
XYZ16.1315.654.39-
YUV95.87184.579.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.36%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 196 (76.95% from 255) = 58.51%
R=8.36%
G=33.13%
B=58.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281111960.860.4300.23210.367543.92
Hex1C6FC4562B017d24b2c
Octal341573041265302732211354
Binary111001101111110001001010110101011010111110100101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,111,196); }

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

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

 a { background-color: rgb(28,111,196); }

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

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

 span { border-color: rgb(28,111,196); }

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