Html Css Color HEX #1418BB Medium Blue

📋 copy color: '#1418BB'

red 20 ◦ green 24 ◦ blue 187

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

Shades of Medium Blue #1418BB

Tints of Medium Blue #1418BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.95%

R = 8.66%
G = 10.39%
B = 80.95%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1418BB (or 0x1418BB) is known color: Medium Blue. HEX triplet: 14, 18 and BB. RGB value is (20,24,187). Sum of RGB (Red+Green+Blue) = 20+24+187=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 187 (73.44% from 255 or 80.95% from 231); Max value from RGB is 187 - color contains mainly: blue. Hex color #1418BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418BB is #EBE744. Grayscale: #282828. Windows color (decimal): -15460165 or 12261396. OLE color: 12261396.

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

Color convert

RGB 20 24 187 -
CMYK 0.89 0.87 0 0.27
HSL 238.56º 0.81% 0.41% -
HSV(B) 238.56º 0.89% 0.73% -
XYZ 9.58 4.39 47.36 -
YUV 41.39 210.17 112.75 -
System Red Green Blue C M Y K H S L
Decimal 20 24 187 0.89 0.87 0 0.27 238.56 0.81 0.41
Hex 14 18 BB 59 57 0 1B EF 51 29
Octal 24 30 273 131 127 0 33 357 121 51
Binary 10100 11000 10111011 1011001 1010111 0 11011 11101111 1010001 101001

Color Harmonies of #1418BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418BB

Black with #1418BB

Text Example


Text Example

White with #1418BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1418BB;
 }
 .AnyTagClassName
 {
   color: #1418BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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