#1814BE

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

Shades of Medium Blue #1814BE

Tints of Medium Blue #1814BE

Color information

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

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

Color convert

RGB2420190-
CMYK0.870.8900.25
HSL241.41º80.95%41.18%-
HSV(B)241.41º89.47%74.51%-
XYZ9.924.4149.04-
YUV40.58212.33116.18-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24201900.870.8900.25241.4180.9541.18
Hex1814BE5759019f15129
Octal302427612713103136112151
Binary11000101001011111010101111011001011001111100011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1814BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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