Html Css Color HEX #1211C2 Medium Blue

📋 copy color: '#1211C2'

red 18 ◦ green 17 ◦ blue 194

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

Shades of Medium Blue #1211C2

Tints of Medium Blue #1211C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 84.72%

R = 7.86%
G = 7.42%
B = 84.72%

CMYK

 C value IS 0.91

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1211C2 (or 0x1211C2) is known color: Medium Blue. HEX triplet: 12, 11 and C2. RGB value is (18,17,194). Sum of RGB (Red+Green+Blue) = 18+17+194=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 194 (76.17% from 255 or 84.72% from 229); Max value from RGB is 194 - color contains mainly: blue. Hex color #1211C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211C2 is #EDEE3D. Grayscale: #242424. Windows color (decimal): -15593022 or 12718354. OLE color: 12718354.

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

Color convert

RGB 18 17 194 -
CMYK 0.91 0.91 0 0.24
HSL 240.34º 0.84% 0.41% -
HSV(B) 240.34º 0.91% 0.76% -
XYZ 10.19 4.42 51.36 -
YUV 37.48 216.33 114.11 -
System Red Green Blue C M Y K H S L
Decimal 18 17 194 0.91 0.91 0 0.24 240.34 0.84 0.41
Hex 12 11 C2 5B 5B 0 18 F0 54 29
Octal 22 21 302 133 133 0 30 360 124 51
Binary 10010 10001 11000010 1011011 1011011 0 11000 11110000 1010100 101001

Color Harmonies of #1211C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1211C2

Black with #1211C2

Text Example


Text Example

White with #1211C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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