#1418BF

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

Shades of Medium Blue #1418BF

Tints of Medium Blue #1418BF

Color information

#1418BF (or 0x1418BF) is unknown color: approx Medium Blue. HEX triplet: 14, 18 and BF. RGB value is (20,24,191). Sum of RGB (Red+Green+Blue) = 20+24+191=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #1418BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418BF is #EBE740. Grayscale: #292929. Windows color (decimal): -15460161 or 12523540. OLE color: 12523540.

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

Color convert

RGB2024191-
CMYK0.900.8700.25
HSL238.6º81.04%41.37%-
HSV(B)238.6º89.53%74.9%-
XYZ10.024.5649.64-
YUV41.84212.17112.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.51%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 191 (75% from 255) = 81.28%
R=8.51%
G=10.21%
B=81.28%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20241910.900.8700.25238.681.0441.37
Hex1418BF5A57019ef5129
Octal243027713212703135712151
Binary10100110001011111110110101010111011001111011111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1418BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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