#1816BF

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

Shades of Medium Blue #1816BF

Tints of Medium Blue #1816BF

Color information

#1816BF (or 0x1816BF) is unknown color: approx Medium Blue. HEX triplet: 18, 16 and BF. RGB value is (24,22,191). Sum of RGB (Red+Green+Blue) = 24+22+191=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 22 (8.98% from 255 or 9.28% 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 #1816BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1816BF is #E7E940. Grayscale: #292929. Windows color (decimal): -15198529 or 12523032. OLE color: 12523032.

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

Color convert

RGB2422191-
CMYK0.870.8800.25
HSL240.71º79.34%41.76%-
HSV(B)240.71º88.48%74.9%-
XYZ10.074.5349.63-
YUV41.86212.16115.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24221910.870.8800.25240.7179.3441.76
Hex1816BF5758019f14f2a
Octal302627712713003136111752
Binary11000101101011111110101111011000011001111100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1816BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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