Html Css Color HEX #1418C9 Medium Blue

📋 copy color: '#1418C9'

red 20 ◦ green 24 ◦ blue 201

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

Shades of Medium Blue #1418C9

Tints of Medium Blue #1418C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 82.04%

R = 8.16%
G = 9.8%
B = 82.04%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1418C9 (or 0x1418C9) is known color: Medium Blue. HEX triplet: 14, 18 and C9. RGB value is (20,24,201). Sum of RGB (Red+Green+Blue) = 20+24+201=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 201 (78.91% from 255 or 82.04% from 245); Max value from RGB is 201 - color contains mainly: blue. Hex color #1418C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418C9 is #EBE736. Grayscale: #2A2A2A. Windows color (decimal): -15460151 or 13178900. OLE color: 13178900.

HSL color Cylindrical-coordinate representation of color #1418C9: hue angle of 238.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1418C9 is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 20 24 201 -
CMYK 0.90 0.88 0 0.21
HSL 238.67º 0.82% 0.43% -
HSV(B) 238.67º 0.9% 0.79% -
XYZ 11.16 5.02 55.64 -
YUV 42.98 217.17 111.61 -
System Red Green Blue C M Y K H S L
Decimal 20 24 201 0.90 0.88 0 0.21 238.67 0.82 0.43
Hex 14 18 C9 5A 58 0 15 EF 52 2B
Octal 24 30 311 132 130 0 25 357 122 53
Binary 10100 11000 11001001 1011010 1011000 0 10101 11101111 1010010 101011

Color Harmonies of #1418C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418C9

Black with #1418C9

Text Example


Text Example

White with #1418C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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