Html Css Color HEX #211ABA Persian Blue

📋 copy color: '#211ABA'

red 33 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #211ABA

Tints of Persian Blue #211ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 75.92%

R = 13.47%
G = 10.61%
B = 75.92%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#211ABA (or 0x211ABA) is known color: Persian Blue. HEX triplet: 21, 1A and BA. RGB value is (33,26,186). Sum of RGB (Red+Green+Blue) = 33+26+186=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 186 (73.05% from 255 or 75.92% from 245); Max value from RGB is 186 - color contains mainly: blue. Hex color #211ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ABA is #DEE545. Grayscale: #2D2D2D. Windows color (decimal): -14607686 or 12196385. OLE color: 12196385.

HSL color Cylindrical-coordinate representation of color #211ABA: hue angle of 242.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211ABA is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 26 186 -
CMYK 0.82 0.86 0 0.27
HSL 242.63º 0.75% 0.42% -
HSV(B) 242.63º 0.86% 0.73% -
XYZ 9.86 4.61 46.82 -
YUV 46.33 206.82 118.49 -
System Red Green Blue C M Y K H S L
Decimal 33 26 186 0.82 0.86 0 0.27 242.63 0.75 0.42
Hex 21 1A BA 52 56 0 1B F3 4B 2A
Octal 41 32 272 122 126 0 33 363 113 52
Binary 100001 11010 10111010 1010010 1010110 0 11011 11110011 1001011 101010

Color Harmonies of #211ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ABA

Black with #211ABA

Text Example


Text Example

White with #211ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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