Html Css Color HEX #1401C0 Medium Blue

📋 copy color: '#1401C0'

red 20 ◦ green 1 ◦ blue 192

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

Shades of Medium Blue #1401C0

Tints of Medium Blue #1401C0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 192 (75.39% from 255) = 90.14%

R = 9.39%
G = 0.47%
B = 90.14%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1401C0 (or 0x1401C0) is known color: Medium Blue. HEX triplet: 14, 01 and C0. RGB value is (20,1,192). Sum of RGB (Red+Green+Blue) = 20+1+192=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 192 (75.39% from 255 or 90.14% from 213); Max value from RGB is 192 - color contains mainly: blue. Hex color #1401C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1401C0 is #EBFE3F. Grayscale: #1B1B1B. Windows color (decimal): -15466048 or 12583188. OLE color: 12583188.

HSL color Cylindrical-coordinate representation of color #1401C0: hue angle of 245.97º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1401C0 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 1 192 -
CMYK 0.90 0.99 0 0.25
HSL 245.97º 0.99% 0.38% -
HSV(B) 245.97º 0.99% 0.75% -
XYZ 9.81 3.98 50.12 -
YUV 28.46 220.29 121.97 -
System Red Green Blue C M Y K H S L
Decimal 20 1 192 0.90 0.99 0 0.25 245.97 0.99 0.38
Hex 14 1 C0 5A 63 0 19 F6 63 26
Octal 24 1 300 132 143 0 31 366 143 46
Binary 10100 1 11000000 1011010 1100011 0 11001 11110110 1100011 100110

Color Harmonies of #1401C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1401C0

Black with #1401C0

Text Example


Text Example

White with #1401C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1401C0; }

 p { color: rgb(20,1,192); }

 H1.HeaderClassName
 {
   color: #1401C0;
 }
 .AnyTagClassName
 {
   color: #1401C0;
 }
</style>

background-color css

<style>
 a { background-color: #1401C0; }

 a { background-color: rgb(20,1,192); }

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

border-color css

<style>
 span { border-color: #1401C0; }

 span { border-color: rgb(20,1,192); }

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