Html Css Color HEX #1418CB Medium Blue

📋 copy color: '#1418CB'

red 20 ◦ green 24 ◦ blue 203

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

Shades of Medium Blue #1418CB

Tints of Medium Blue #1418CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 82.19%

R = 8.1%
G = 9.72%
B = 82.19%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1418CB (or 0x1418CB) is known color: Medium Blue. HEX triplet: 14, 18 and CB. RGB value is (20,24,203). Sum of RGB (Red+Green+Blue) = 20+24+203=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 203 (79.69% from 255 or 82.19% from 247); Max value from RGB is 203 - color contains mainly: blue. Hex color #1418CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1418CB is #EBE734. Grayscale: #2A2A2A. Windows color (decimal): -15460149 or 13309972. OLE color: 13309972.

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

Color convert

RGB 20 24 203 -
CMYK 0.90 0.88 0 0.20
HSL 238.69º 0.82% 0.44% -
HSV(B) 238.69º 0.9% 0.8% -
XYZ 11.39 5.11 56.89 -
YUV 43.21 218.17 111.45 -
System Red Green Blue C M Y K H S L
Decimal 20 24 203 0.90 0.88 0 0.20 238.69 0.82 0.44
Hex 14 18 CB 5A 58 0 14 EF 52 2C
Octal 24 30 313 132 130 0 24 357 122 54
Binary 10100 11000 11001011 1011010 1011000 0 10100 11101111 1010010 101100

Color Harmonies of #1418CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418CB

Black with #1418CB

Text Example


Text Example

White with #1418CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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