#1418BE

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

Shades of Medium Blue #1418BE

Tints of Medium Blue #1418BE

Color information

#1418BE (or 0x1418BE) is unknown color: approx Medium Blue. HEX triplet: 14, 18 and BE. RGB value is (20,24,190). Sum of RGB (Red+Green+Blue) = 20+24+190=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 24 (9.77% from 255 or 10.26% 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 #1418BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418BE is #EBE741. Grayscale: #292929. Windows color (decimal): -15460162 or 12458004. OLE color: 12458004.

HSL color Cylindrical-coordinate representation of color #1418BE: hue angle of 238.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1418BE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2024190-
CMYK0.890.8700.25
HSL238.59º80.95%41.18%-
HSV(B)238.59º89.47%74.51%-
XYZ9.914.5249.07-
YUV41.73211.67112.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 24 (9.77% from 255) = 10.26%
BLUE value IS 190 (74.61% from 255) = 81.20%
R=8.55%
G=10.26%
B=81.20%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20241900.890.8700.25238.5980.9541.18
Hex1418BE5957019ef5129
Octal243027613112703135712151
Binary10100110001011111010110011010111011001111011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1418BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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