Html Css Color HEX #211AC6 Persian Blue

📋 copy color: '#211AC6'

red 33 ◦ green 26 ◦ blue 198

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

Shades of Persian Blue #211AC6

Tints of Persian Blue #211AC6

RGB

 RED value IS 33 (13.28% from 255) = 12.84%

 GREEN value IS 26 (10.55% from 255) = 10.12%

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

R = 12.84%
G = 10.12%
B = 77.04%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#211AC6 (or 0x211AC6) is known color: Persian Blue. HEX triplet: 21, 1A and C6. RGB value is (33,26,198). Sum of RGB (Red+Green+Blue) = 33+26+198=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 198 (77.73% from 255 or 77.04% from 257); Max value from RGB is 198 - color contains mainly: blue. Hex color #211AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AC6 is #DEE539. Grayscale: #2F2F2F. Windows color (decimal): -14607674 or 12982817. OLE color: 12982817.

HSL color Cylindrical-coordinate representation of color #211AC6: hue angle of 242.44º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211AC6 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 26 198 -
CMYK 0.83 0.87 0 0.22
HSL 242.44º 0.77% 0.44% -
HSV(B) 242.44º 0.87% 0.78% -
XYZ 11.19 5.14 53.83 -
YUV 47.7 212.82 117.51 -
System Red Green Blue C M Y K H S L
Decimal 33 26 198 0.83 0.87 0 0.22 242.44 0.77 0.44
Hex 21 1A C6 53 57 0 16 F2 4D 2C
Octal 41 32 306 123 127 0 26 362 115 54
Binary 100001 11010 11000110 1010011 1010111 0 10110 11110010 1001101 101100

Color Harmonies of #211AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AC6

Black with #211AC6

Text Example


Text Example

White with #211AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211AC6; }

 p { color: rgb(33,26,198); }

 H1.HeaderClassName
 {
   color: #211AC6;
 }
 .AnyTagClassName
 {
   color: #211AC6;
 }
</style>

background-color css

<style>
 a { background-color: #211AC6; }

 a { background-color: rgb(33,26,198); }

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

border-color css

<style>
 span { border-color: #211AC6; }

 span { border-color: rgb(33,26,198); }

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