#1C00BF

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

Shades of Medium Blue #1C00BF

Tints of Medium Blue #1C00BF

Color information

#1C00BF (or 0x1C00BF) is unknown color: approx Medium Blue. HEX triplet: 1C, 00 and BF. RGB value is (28,0,191). Sum of RGB (Red+Green+Blue) = 28+0+191=219 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.79% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 191 (75% from 255 or 87.21% from 219); Max value from RGB is 191 - color contains mainly: blue. Hex color #1C00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C00BF is #E3FF40. Grayscale: #1D1D1D. Windows color (decimal): -14942017 or 12517404. OLE color: 12517404.

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

Color convert

RGB280191-
CMYK0.85100.25
HSL248.8º100%37.45%-
HSV(B)248.8º100%74.9%-
XYZ9.884.0149.54-
YUV30.15218.78126.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 87.21%
R=12.79%
G=0%
B=87.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2801910.85100.25248.810037.45
Hex1C0BF5564019f96425
Octal34027712514403137114445
Binary1110001011111110101011100100011001111110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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