Html Css Color HEX #1418BE Medium Blue

📋 copy color: '#1418BE'

red 20 ◦ green 24 ◦ blue 190

#1418BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #1418BE

Tints of Medium Blue #1418BE

RGB

 RED value IS 20 (8.2% from 255) = 8.55%

 GREEN value IS 24 (9.77% from 255) = 10.26%

 BLUE value IS 190 (74.61% from 255) = 81.2%

R = 8.55%
G = 10.26%
B = 81.2%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1418BE (or 0x1418BE) is known color: 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

RGB 20 24 190 -
CMYK 0.89 0.87 0 0.25
HSL 238.59º 0.81% 0.41% -
HSV(B) 238.59º 0.89% 0.75% -
XYZ 9.91 4.52 49.07 -
YUV 41.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 20 24 190 0.89 0.87 0 0.25 238.59 0.81 0.41
Hex 14 18 BE 59 57 0 19 EF 51 29
Octal 24 30 276 131 127 0 31 357 121 51
Binary 10100 11000 10111110 1011001 1010111 0 11001 11101111 1010001 101001

Color Harmonies of #1418BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418BE

Black with #1418BE

Text Example


Text Example

White with #1418BE

Text Example


Text Example

HTML Codes & Css Web 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>