#1C0BF6

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

Shades of Blue #1C0BF6

Tints of Blue #1C0BF6

Color information

#1C0BF6 (or 0x1C0BF6) is unknown color: approx Blue. HEX triplet: 1C, 0B and F6. RGB value is (28,11,246). Sum of RGB (Red+Green+Blue) = 28+11+246=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 246 (96.48% from 255 or 86.32% from 285); Max value from RGB is 246 - color contains mainly: blue. Hex color #1C0BF6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C0BF6 is #E3F409. Grayscale: #292929. Windows color (decimal): -14939146 or 16124700. OLE color: 16124700.

HSL color Cylindrical-coordinate representation of color #1C0BF6: hue angle of 244.34º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0BF6 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB2811246-
CMYK0.890.9600.04
HSL244.34º92.89%50.39%-
HSV(B)244.34º95.53%96.47%-
XYZ17.237.1487.66-
YUV42.87242.63117.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 11 (4.69% from 255) = 3.86%
BLUE value IS 246 (96.48% from 255) = 86.32%
R=9.82%
G=3.86%
B=86.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal28112460.890.9600.04244.3492.8950.39
Hex1CBF6596004f45d32
Octal34133661311400436413562
Binary11100101111110110101100111000000100111101001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,11,246); }

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

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

 a { background-color: rgb(28,11,246); }

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

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

 span { border-color: rgb(28,11,246); }

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