#1c00c3

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

Shades of Medium Blue #1C00C3

Tints of Medium Blue #1C00C3

Color information

#1C00C3 (or 0x1C00C3) is unknown color: approx Medium Blue. HEX triplet: 1C, 00 and C3. RGB value is (28,0,195). Sum of RGB (Red+Green+Blue) = 28+0+195=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 195 (76.56% from 255 or 87.44% from 223); Max value from RGB is 195 - color contains mainly: blue. Hex color #1C00C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00C3 is #E3FF3C. Grayscale: #1D1D1D. Windows color (decimal): -14942013 or 12779548. OLE color: 12779548.

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

Color convert

RGB280195-
CMYK0.86100.24
HSL248.62º100%38.24%-
HSV(B)248.62º100%76.47%-
XYZ10.334.1951.89-
YUV30.6220.78126.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 195 (76.56% from 255) = 87.44%
R=12.56%
G=0%
B=87.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2801950.86100.24248.6210038.24
Hex1C0C35664018f96426
Octal34030312614403037114446
Binary1110001100001110101101100100011000111110011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c00c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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