#1C05B9

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

Shades of Medium Blue #1C05B9

Tints of Medium Blue #1C05B9

Color information

#1C05B9 (or 0x1C05B9) is unknown color: approx Medium Blue. HEX triplet: 1C, 05 and B9. RGB value is (28,5,185). Sum of RGB (Red+Green+Blue) = 28+5+185=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 185 (72.66% from 255 or 84.86% from 218); Max value from RGB is 185 - color contains mainly: blue. Hex color #1C05B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C05B9 is #E3FA46. Grayscale: #1F1F1F. Windows color (decimal): -14940743 or 12125468. OLE color: 12125468.

HSL color Cylindrical-coordinate representation of color #1C05B9: hue angle of 247.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C05B9 is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB285185-
CMYK0.850.9700.27
HSL247.67º94.74%37.25%-
HSV(B)247.67º97.3%72.55%-
XYZ9.293.8646.15-
YUV32.4214.12124.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.84%
GREEN value IS 5 (2.34% from 255) = 2.29%
BLUE value IS 185 (72.66% from 255) = 84.86%
R=12.84%
G=2.29%
B=84.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2851850.850.9700.27247.6794.7437.25
Hex1C5B9556101Bf85f25
Octal34527112514103337013745
Binary111001011011100110101011100001011011111110001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C05B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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