#1010c0

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

Shades of Medium Blue #1010C0

Tints of Medium Blue #1010C0

Color information

#1010C0 (or 0x1010C0) is unknown color: approx Medium Blue. HEX triplet: 10, 10 and C0. RGB value is (16,16,192). Sum of RGB (Red+Green+Blue) = 16+16+192=224 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.14% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 192 (75.39% from 255 or 85.71% from 224); Max value from RGB is 192 - color contains mainly: blue. Hex color #1010C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1010C0 is #EFEF3F. Grayscale: #232323. Windows color (decimal): -15724352 or 12587024. OLE color: 12587024.

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

Color convert

RGB1616192-
CMYK0.920.9200.25
HSL240º84.62%40.78%-
HSV(B)240º91.67%75.29%-
XYZ9.914.2950.17-
YUV36.06216113.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.14%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 192 (75.39% from 255) = 85.71%
R=7.14%
G=7.14%
B=85.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16161920.920.9200.2524084.6240.78
Hex1010C05C5C019f05529
Octal202030013413403136012551
Binary10000100001100000010111001011100011001111100001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1010c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1010c0; }

 p { color: rgb(16,16,192); }

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

<style>
 a { background-color: #1010c0; }

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

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

<style>
 span { border-color: #1010c0; }

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

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