Html Css Color HEX #1401BE Medium Blue

📋 copy color: '#1401BE'

red 20 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #1401BE

Tints of Medium Blue #1401BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 90.05%

R = 9.48%
G = 0.47%
B = 90.05%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1401BE (or 0x1401BE) is known color: Medium Blue. HEX triplet: 14, 01 and BE. RGB value is (20,1,190). Sum of RGB (Red+Green+Blue) = 20+1+190=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #1401BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1401BE is #EBFE41. Grayscale: #1B1B1B. Windows color (decimal): -15466050 or 12452116. OLE color: 12452116.

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

Color convert

RGB 20 1 190 -
CMYK 0.89 0.99 0 0.25
HSL 246.03º 0.99% 0.37% -
HSV(B) 246.03º 0.99% 0.75% -
XYZ 9.59 3.89 48.96 -
YUV 28.23 219.29 122.13 -
System Red Green Blue C M Y K H S L
Decimal 20 1 190 0.89 0.99 0 0.25 246.03 0.99 0.37
Hex 14 1 BE 59 63 0 19 F6 63 25
Octal 24 1 276 131 143 0 31 366 143 45
Binary 10100 1 10111110 1011001 1100011 0 11001 11110110 1100011 100101

Color Harmonies of #1401BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1401BE

Black with #1401BE

Text Example


Text Example

White with #1401BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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