Html Css Color HEX #1414C1 Medium Blue

📋 copy color: '#1414C1'

red 20 ◦ green 20 ◦ blue 193

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

Shades of Medium Blue #1414C1

Tints of Medium Blue #1414C1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

 BLUE value IS 193 (75.78% from 255) = 82.83%

R = 8.58%
G = 8.58%
B = 82.83%

CMYK

 C value IS 0.90

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1414C1 (or 0x1414C1) is known color: Medium Blue. HEX triplet: 14, 14 and C1. RGB value is (20,20,193). Sum of RGB (Red+Green+Blue) = 20+20+193=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 193 (75.78% from 255 or 82.83% from 233); Max value from RGB is 193 - color contains mainly: blue. Hex color #1414C1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1414C1 is #EBEB3E. Grayscale: #272727. Windows color (decimal): -15461183 or 12653588. OLE color: 12653588.

HSL color Cylindrical-coordinate representation of color #1414C1: hue angle of 240º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1414C1 is Cyan = 0.90, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 20 193 -
CMYK 0.90 0.90 0 0.24
HSL 240º 0.81% 0.42% -
HSV(B) 240º 0.9% 0.76% -
XYZ 10.16 4.5 50.78 -
YUV 39.72 214.5 113.93 -
System Red Green Blue C M Y K H S L
Decimal 20 20 193 0.90 0.90 0 0.24 240 0.81 0.42
Hex 14 14 C1 5A 5A 0 18 F0 51 2A
Octal 24 24 301 132 132 0 30 360 121 52
Binary 10100 10100 11000001 1011010 1011010 0 11000 11110000 1010001 101010

Color Harmonies of #1414C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1414C1

Black with #1414C1

Text Example


Text Example

White with #1414C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1414C1; }

 p { color: rgb(20,20,193); }

 H1.HeaderClassName
 {
   color: #1414C1;
 }
 .AnyTagClassName
 {
   color: #1414C1;
 }
</style>

background-color css

<style>
 a { background-color: #1414C1; }

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

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

border-color css

<style>
 span { border-color: #1414C1; }

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

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