#1C00C5

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

Shades of Medium Blue #1C00C5

Tints of Medium Blue #1C00C5

Color information

#1C00C5 (or 0x1C00C5) is unknown color: approx Medium Blue. HEX triplet: 1C, 00 and C5. RGB value is (28,0,197). Sum of RGB (Red+Green+Blue) = 28+0+197=225 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 197 (77.34% from 255 or 87.56% from 225); Max value from RGB is 197 - color contains mainly: blue. Hex color #1C00C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00C5 is #E3FF3A. Grayscale: #1E1E1E. Windows color (decimal): -14942011 or 12910620. OLE color: 12910620.

HSL color Cylindrical-coordinate representation of color #1C00C5: hue angle of 248.53º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C00C5 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB280197-
CMYK0.86100.23
HSL248.53º100%38.63%-
HSV(B)248.53º100%77.25%-
XYZ10.564.2853.09-
YUV30.83221.78125.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 197 (77.34% from 255) = 87.56%
R=12.44%
G=0%
B=87.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal2801970.86100.23248.5310038.63
Hex1C0C55664017f96427
Octal34030512614402737114447
Binary1110001100010110101101100100010111111110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C00C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,0,197); }

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

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

 a { background-color: rgb(28,0,197); }

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

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

 span { border-color: rgb(28,0,197); }

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