#0110D7

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

Shades of Medium Blue #0110D7

Tints of Medium Blue #0110D7

Color information

#0110D7 (or 0x0110D7) is unknown color: approx Medium Blue. HEX triplet: 01, 10 and D7. RGB value is (1,16,215). Sum of RGB (Red+Green+Blue) = 1+16+215=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 215 (84.38% from 255 or 92.67% from 232); Max value from RGB is 215 - color contains mainly: blue. Hex color #0110D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0110D7 is #FEEF28. Grayscale: #212121. Windows color (decimal): -16707369 or 14094337. OLE color: 14094337.

HSL color Cylindrical-coordinate representation of color #0110D7: hue angle of 235.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0110D7 is Cyan = 1.00, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116215-
CMYK1.000.9300.16
HSL235.79º99.07%42.35%-
HSV(B)235.79º99.53%84.31%-
XYZ12.465.2864.65-
YUV34.2230.03104.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.43%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 215 (84.38% from 255) = 92.67%
R=0.43%
G=6.90%
B=92.67%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162151.000.9300.16235.7999.0742.35
Hex110D7645D010ec632a
Octal12032714413502035414352
Binary1100001101011111001001011101010000111011001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0110D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0110D7; }

 p { color: rgb(1,16,215); }

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

<style>
 a { background-color: #0110D7; }

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

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

<style>
 span { border-color: #0110D7; }

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

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