Html Css Color HEX #1418BC Medium Blue

📋 copy color: '#1418BC'

red 20 ◦ green 24 ◦ blue 188

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

Shades of Medium Blue #1418BC

Tints of Medium Blue #1418BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 81.03%

R = 8.62%
G = 10.34%
B = 81.03%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1418BC (or 0x1418BC) is known color: Medium Blue. HEX triplet: 14, 18 and BC. RGB value is (20,24,188). Sum of RGB (Red+Green+Blue) = 20+24+188=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #1418BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418BC is #EBE743. Grayscale: #282828. Windows color (decimal): -15460164 or 12326932. OLE color: 12326932.

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

Color convert

RGB 20 24 188 -
CMYK 0.89 0.87 0 0.26
HSL 238.57º 0.81% 0.41% -
HSV(B) 238.57º 0.89% 0.74% -
XYZ 9.69 4.43 47.92 -
YUV 41.5 210.67 112.66 -
System Red Green Blue C M Y K H S L
Decimal 20 24 188 0.89 0.87 0 0.26 238.57 0.81 0.41
Hex 14 18 BC 59 57 0 1A EF 51 29
Octal 24 30 274 131 127 0 32 357 121 51
Binary 10100 11000 10111100 1011001 1010111 0 11010 11101111 1010001 101001

Color Harmonies of #1418BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418BC

Black with #1418BC

Text Example


Text Example

White with #1418BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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