Html Css Color HEX #1409C6 Medium Blue

📋 copy color: '#1409C6'

red 20 ◦ green 9 ◦ blue 198

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

Shades of Medium Blue #1409C6

Tints of Medium Blue #1409C6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 198 (77.73% from 255) = 87.22%

R = 8.81%
G = 3.96%
B = 87.22%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1409C6 (or 0x1409C6) is known color: Medium Blue. HEX triplet: 14, 09 and C6. RGB value is (20,9,198). Sum of RGB (Red+Green+Blue) = 20+9+198=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 198 (77.73% from 255 or 87.22% from 227); Max value from RGB is 198 - color contains mainly: blue. Hex color #1409C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1409C6 is #EBF639. Grayscale: #212121. Windows color (decimal): -15463994 or 12978452. OLE color: 12978452.

HSL color Cylindrical-coordinate representation of color #1409C6: hue angle of 243.49º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1409C6 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 9 198 -
CMYK 0.90 0.95 0 0.22
HSL 243.49º 0.91% 0.41% -
HSV(B) 243.49º 0.95% 0.78% -
XYZ 10.58 4.42 53.72 -
YUV 33.84 220.64 118.13 -
System Red Green Blue C M Y K H S L
Decimal 20 9 198 0.90 0.95 0 0.22 243.49 0.91 0.41
Hex 14 9 C6 5A 5F 0 16 F3 5B 29
Octal 24 11 306 132 137 0 26 363 133 51
Binary 10100 1001 11000110 1011010 1011111 0 10110 11110011 1011011 101001

Color Harmonies of #1409C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1409C6

Black with #1409C6

Text Example


Text Example

White with #1409C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1409C6; }

 p { color: rgb(20,9,198); }

 H1.HeaderClassName
 {
   color: #1409C6;
 }
 .AnyTagClassName
 {
   color: #1409C6;
 }
</style>

background-color css

<style>
 a { background-color: #1409C6; }

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

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

border-color css

<style>
 span { border-color: #1409C6; }

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

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