#1C05F1

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

Shades of Blue #1C05F1

Tints of Blue #1C05F1

Color information

#1C05F1 (or 0x1C05F1) is unknown color: approx Blue. HEX triplet: 1C, 05 and F1. RGB value is (28,5,241). Sum of RGB (Red+Green+Blue) = 28+5+241=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 241 (94.53% from 255 or 87.96% from 274); Max value from RGB is 241 - color contains mainly: blue. Hex color #1C05F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C05F1 is #E3FA0E. Grayscale: #252525. Windows color (decimal): -14940687 or 15795484. OLE color: 15795484.

HSL color Cylindrical-coordinate representation of color #1C05F1: hue angle of 245.85º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C05F1 is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB285241-
CMYK0.880.9800.05
HSL245.85º95.93%48.24%-
HSV(B)245.85º97.93%94.51%-
XYZ16.416.7183.65-
YUV38.78242.12120.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.22%
GREEN value IS 5 (2.34% from 255) = 1.82%
BLUE value IS 241 (94.53% from 255) = 87.96%
R=10.22%
G=1.82%
B=87.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2852410.880.9800.05245.8595.9348.24
Hex1C5F1586205f66030
Octal3453611301420536614060
Binary1110010111110001101100011000100101111101101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C05F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,5,241); }

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

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

 a { background-color: rgb(28,5,241); }

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

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

 span { border-color: rgb(28,5,241); }

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