Html Css Color HEX #211FBA Persian Blue

📋 copy color: '#211FBA'

red 33 ◦ green 31 ◦ blue 186

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

Shades of Persian Blue #211FBA

Tints of Persian Blue #211FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

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

R = 13.2%
G = 12.4%
B = 74.4%

CMYK

 C value IS 0.82

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#211FBA (or 0x211FBA) is known color: Persian Blue. HEX triplet: 21, 1F and BA. RGB value is (33,31,186). Sum of RGB (Red+Green+Blue) = 33+31+186=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #211FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FBA is #DEE045. Grayscale: #303030. Windows color (decimal): -14606406 or 12197665. OLE color: 12197665.

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

Color convert

RGB 33 31 186 -
CMYK 0.82 0.83 0 0.27
HSL 240.77º 0.71% 0.43% -
HSV(B) 240.77º 0.83% 0.73% -
XYZ 9.98 4.85 46.86 -
YUV 49.27 205.16 116.4 -
System Red Green Blue C M Y K H S L
Decimal 33 31 186 0.82 0.83 0 0.27 240.77 0.71 0.43
Hex 21 1F BA 52 53 0 1B F1 47 2B
Octal 41 37 272 122 123 0 33 361 107 53
Binary 100001 11111 10111010 1010010 1010011 0 11011 11110001 1000111 101011

Color Harmonies of #211FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FBA

Black with #211FBA

Text Example


Text Example

White with #211FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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