#1618BF

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

Shades of Medium Blue #1618BF

Tints of Medium Blue #1618BF

Color information

#1618BF (or 0x1618BF) is unknown color: approx Medium Blue. HEX triplet: 16, 18 and BF. RGB value is (22,24,191). Sum of RGB (Red+Green+Blue) = 22+24+191=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 191 (75% from 255 or 80.59% from 237); Max value from RGB is 191 - color contains mainly: blue. Hex color #1618BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1618BF is #E9E740. Grayscale: #292929. Windows color (decimal): -15329089 or 12523542. OLE color: 12523542.

HSL color Cylindrical-coordinate representation of color #1618BF: hue angle of 239.29º 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 #1618BF is Cyan = 0.88, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2224191-
CMYK0.880.8700.25
HSL239.29º79.34%41.76%-
HSV(B)239.29º88.48%74.9%-
XYZ10.064.5949.64-
YUV42.44211.84113.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 191 (75% from 255) = 80.59%
R=9.28%
G=10.13%
B=80.59%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22241910.880.8700.25239.2979.3441.76
Hex1618BF5857019ef4f2a
Octal263027713012703135711752
Binary10110110001011111110110001010111011001111011111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1618BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1618BF; }

 p { color: rgb(22,24,191); }

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

<style>
 a { background-color: #1618BF; }

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

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

<style>
 span { border-color: #1618BF; }

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

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