#100BC2

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

Shades of Medium Blue #100BC2

Tints of Medium Blue #100BC2

Color information

#100BC2 (or 0x100BC2) is unknown color: approx Medium Blue. HEX triplet: 10, 0B and C2. RGB value is (16,11,194). Sum of RGB (Red+Green+Blue) = 16+11+194=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 194 (76.17% from 255 or 87.78% from 221); Max value from RGB is 194 - color contains mainly: blue. Hex color #100BC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #100BC2 is #EFF43D. Grayscale: #202020. Windows color (decimal): -15725630 or 12716816. OLE color: 12716816.

HSL color Cylindrical-coordinate representation of color #100BC2: hue angle of 241.64º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BC2 is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1611194-
CMYK0.920.9400.24
HSL241.64º89.27%40.2%-
HSV(B)241.64º94.33%76.08%-
XYZ10.074.2451.33-
YUV33.36218.66115.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.24%
GREEN value IS 11 (4.69% from 255) = 4.98%
BLUE value IS 194 (76.17% from 255) = 87.78%
R=7.24%
G=4.98%
B=87.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16111940.920.9400.24241.6489.2740.2
Hex10BC25C5E018f25928
Octal201330213413603036213150
Binary1000010111100001010111001011110011000111100101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100BC2; }

 p { color: rgb(16,11,194); }

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

<style>
 a { background-color: #100BC2; }

 a { background-color: rgb(16,11,194); }

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

<style>
 span { border-color: #100BC2; }

 span { border-color: rgb(16,11,194); }

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