Html Css Color HEX #1406BC Medium Blue

📋 copy color: '#1406BC'

red 20 ◦ green 6 ◦ blue 188

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

Shades of Medium Blue #1406BC

Tints of Medium Blue #1406BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.8%

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

R = 9.35%
G = 2.8%
B = 87.85%

CMYK

 C value IS 0.89

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1406BC (or 0x1406BC) is known color: Medium Blue. HEX triplet: 14, 06 and BC. RGB value is (20,6,188). Sum of RGB (Red+Green+Blue) = 20+6+188=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #1406BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406BC is #EBF943. Grayscale: #1E1E1E. Windows color (decimal): -15464772 or 12322324. OLE color: 12322324.

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

Color convert

RGB 20 6 188 -
CMYK 0.89 0.97 0 0.26
HSL 244.62º 0.94% 0.38% -
HSV(B) 244.62º 0.97% 0.74% -
XYZ 9.43 3.91 47.83 -
YUV 30.93 216.64 120.2 -
System Red Green Blue C M Y K H S L
Decimal 20 6 188 0.89 0.97 0 0.26 244.62 0.94 0.38
Hex 14 6 BC 59 61 0 1A F5 5E 26
Octal 24 6 274 131 141 0 32 365 136 46
Binary 10100 110 10111100 1011001 1100001 0 11010 11110101 1011110 100110

Color Harmonies of #1406BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1406BC

Black with #1406BC

Text Example


Text Example

White with #1406BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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