#1616BE

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

Shades of Medium Blue #1616BE

Tints of Medium Blue #1616BE

Color information

#1616BE (or 0x1616BE) is unknown color: approx Medium Blue. HEX triplet: 16, 16 and BE. RGB value is (22,22,190). Sum of RGB (Red+Green+Blue) = 22+22+190=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #1616BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1616BE is #E9E941. Grayscale: #282828. Windows color (decimal): -15329602 or 12457494. OLE color: 12457494.

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

Color convert

RGB2222190-
CMYK0.880.8800.25
HSL240º79.25%41.57%-
HSV(B)240º88.42%74.51%-
XYZ9.914.4649.05-
YUV41.15212114.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 22 (8.98% from 255) = 9.40%
BLUE value IS 190 (74.61% from 255) = 81.20%
R=9.40%
G=9.40%
B=81.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22221900.880.8800.2524079.2541.57
Hex1616BE5858019f04f2a
Octal262627613013003136011752
Binary10110101101011111010110001011000011001111100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1616BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1616BE; }

 p { color: rgb(22,22,190); }

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

<style>
 a { background-color: #1616BE; }

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

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

<style>
 span { border-color: #1616BE; }

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

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