#1C01EC

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

Shades of Blue #1C01EC

Tints of Blue #1C01EC

Color information

#1C01EC (or 0x1C01EC) is unknown color: approx Blue. HEX triplet: 1C, 01 and EC. RGB value is (28,1,236). Sum of RGB (Red+Green+Blue) = 28+1+236=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 236 (92.58% from 255 or 89.06% from 265); Max value from RGB is 236 - color contains mainly: blue. Hex color #1C01EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C01EC is #E3FE13. Grayscale: #222222. Windows color (decimal): -14941716 or 15466780. OLE color: 15466780.

HSL color Cylindrical-coordinate representation of color #1C01EC: hue angle of 246.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C01EC is Cyan = 0.88, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB281236-
CMYK0.881.0000.07
HSL246.89º99.16%46.47%-
HSV(B)246.89º99.58%92.55%-
XYZ15.636.3279.75-
YUV35.86240.95122.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.57%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 236 (92.58% from 255) = 89.06%
R=10.57%
G=0.38%
B=89.06%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2812360.881.0000.07246.8999.1646.47
Hex1C1EC586407f7632e
Octal3413541301440736714356
Binary11100111101100101100011001000111111101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C01EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,1,236); }

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

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

 a { background-color: rgb(28,1,236); }

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

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

 span { border-color: rgb(28,1,236); }

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