#1016B6

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

Shades of Medium Blue #1016B6

Tints of Medium Blue #1016B6

Color information

#1016B6 (or 0x1016B6) is unknown color: approx Medium Blue. HEX triplet: 10, 16 and B6. RGB value is (16,22,182). Sum of RGB (Red+Green+Blue) = 16+22+182=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 182 (71.48% from 255 or 82.73% from 220); Max value from RGB is 182 - color contains mainly: blue. Hex color #1016B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016B6 is #EFE949. Grayscale: #252525. Windows color (decimal): -15722826 or 11933200. OLE color: 11933200.

HSL color Cylindrical-coordinate representation of color #1016B6: hue angle of 237.83º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1016B6 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1622182-
CMYK0.910.8800.29
HSL237.83º83.84%38.82%-
HSV(B)237.83º91.21%71.37%-
XYZ8.944.0644.57-
YUV38.45209.01111.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 182 (71.48% from 255) = 82.73%
R=7.27%
G=10%
B=82.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16221820.910.8800.29237.8383.8438.82
Hex1016B65B5801Dee5427
Octal202626613313003535612447
Binary10000101101011011010110111011000011101111011101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1016B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1016B6; }

 p { color: rgb(16,22,182); }

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

<style>
 a { background-color: #1016B6; }

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

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

<style>
 span { border-color: #1016B6; }

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

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