Html Css Color HEX #1211C6 Medium Blue

📋 copy color: '#1211C6'

red 18 ◦ green 17 ◦ blue 198

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

Shades of Medium Blue #1211C6

Tints of Medium Blue #1211C6

RGB

 RED value IS 18 (7.42% from 255) = 7.73%

 GREEN value IS 17 (7.03% from 255) = 7.3%

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

R = 7.73%
G = 7.3%
B = 84.98%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#1211C6 (or 0x1211C6) is known color: Medium Blue. HEX triplet: 12, 11 and C6. RGB value is (18,17,198). Sum of RGB (Red+Green+Blue) = 18+17+198=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 198 (77.73% from 255 or 84.98% from 233); Max value from RGB is 198 - color contains mainly: blue. Hex color #1211C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211C6 is #EDEE39. Grayscale: #252525. Windows color (decimal): -15593018 or 12980498. OLE color: 12980498.

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

Color convert

RGB 18 17 198 -
CMYK 0.91 0.91 0 0.22
HSL 240.33º 0.84% 0.42% -
HSV(B) 240.33º 0.91% 0.78% -
XYZ 10.64 4.61 53.75 -
YUV 37.93 218.33 113.78 -
System Red Green Blue C M Y K H S L
Decimal 18 17 198 0.91 0.91 0 0.22 240.33 0.84 0.42
Hex 12 11 C6 5B 5B 0 16 F0 54 2A
Octal 22 21 306 133 133 0 26 360 124 52
Binary 10010 10001 11000110 1011011 1011011 0 10110 11110000 1010100 101010

Color Harmonies of #1211C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1211C6

Black with #1211C6

Text Example


Text Example

White with #1211C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,17,198); }

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

background-color css

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

 a { background-color: rgb(18,17,198); }

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

border-color css

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

 span { border-color: rgb(18,17,198); }

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