#1816BE

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

Shades of Medium Blue #1816BE

Tints of Medium Blue #1816BE

Color information

#1816BE (or 0x1816BE) is unknown color: approx Medium Blue. HEX triplet: 18, 16 and BE. RGB value is (24,22,190). Sum of RGB (Red+Green+Blue) = 24+22+190=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #1816BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1816BE is #E7E941. Grayscale: #292929. Windows color (decimal): -15198530 or 12457496. OLE color: 12457496.

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

Color convert

RGB2422190-
CMYK0.870.8800.25
HSL240.71º79.25%41.57%-
HSV(B)240.71º88.42%74.51%-
XYZ9.964.4949.06-
YUV41.75211.66115.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 190 (74.61% from 255) = 80.51%
R=10.17%
G=9.32%
B=80.51%

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
Decimal24221900.870.8800.25240.7179.2541.57
Hex1816BE5758019f14f2a
Octal302627612713003136111752
Binary11000101101011111010101111011000011001111100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1816BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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