Html Css Color HEX #1401BC Medium Blue

📋 copy color: '#1401BC'

red 20 ◦ green 1 ◦ blue 188

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

Shades of Medium Blue #1401BC

Tints of Medium Blue #1401BC

RGB

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

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

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

R = 9.57%
G = 0.48%
B = 89.95%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1401BC (or 0x1401BC) is known color: Medium Blue. HEX triplet: 14, 01 and BC. RGB value is (20,1,188). Sum of RGB (Red+Green+Blue) = 20+1+188=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #1401BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1401BC is #EBFE43. Grayscale: #1B1B1B. Windows color (decimal): -15466052 or 12321044. OLE color: 12321044.

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

Color convert

RGB 20 1 188 -
CMYK 0.89 0.99 0 0.26
HSL 246.1º 0.99% 0.37% -
HSV(B) 246.1º 0.99% 0.74% -
XYZ 9.38 3.8 47.82 -
YUV 28 218.29 122.29 -
System Red Green Blue C M Y K H S L
Decimal 20 1 188 0.89 0.99 0 0.26 246.1 0.99 0.37
Hex 14 1 BC 59 63 0 1A F6 63 25
Octal 24 1 274 131 143 0 32 366 143 45
Binary 10100 1 10111100 1011001 1100011 0 11010 11110110 1100011 100101

Color Harmonies of #1401BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1401BC

Black with #1401BC

Text Example


Text Example

White with #1401BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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