#1C6BCF

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

Shades of Denim #1C6BCF

Tints of Denim #1C6BCF

Color information

#1C6BCF (or 0x1C6BCF) is unknown color: approx Denim. HEX triplet: 1C, 6B and CF. RGB value is (28,107,207). Sum of RGB (Red+Green+Blue) = 28+107+207=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C6BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C6BCF is #E39430. Grayscale: #5E5E5E. Windows color (decimal): -14914609 or 13593372. OLE color: 13593372.

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

Color convert

RGB28107207-
CMYK0.860.4800.19
HSL213.52º76.17%46.08%-
HSV(B)213.52º86.47%81.18%-
XYZ1715.2761.08-
YUV94.78191.3380.37-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.19%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 207 (81.25% from 255) = 60.53%
R=8.19%
G=31.29%
B=60.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal281072070.860.4800.19213.5276.1746.08
Hex1C6BCF5630013d64c2e
Octal341533171266002332611456
Binary111001101011110011111010110110000010011110101101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,107,207); }

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

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

 a { background-color: rgb(28,107,207); }

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

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

 span { border-color: rgb(28,107,207); }

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