Html Css Color HEX #211FBF Persian Blue

📋 copy color: '#211FBF'

red 33 ◦ green 31 ◦ blue 191

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

Shades of Persian Blue #211FBF

Tints of Persian Blue #211FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 74.9%

R = 12.94%
G = 12.16%
B = 74.9%

CMYK

 C value IS 0.83

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#211FBF (or 0x211FBF) is known color: Persian Blue. HEX triplet: 21, 1F and BF. RGB value is (33,31,191). Sum of RGB (Red+Green+Blue) = 33+31+191=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #211FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211FBF is #DEE040. Grayscale: #313131. Windows color (decimal): -14606401 or 12525345. OLE color: 12525345.

HSL color Cylindrical-coordinate representation of color #211FBF: hue angle of 240.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #211FBF is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 31 191 -
CMYK 0.83 0.84 0 0.25
HSL 240.75º 0.72% 0.44% -
HSV(B) 240.75º 0.84% 0.75% -
XYZ 10.52 5.06 49.71 -
YUV 49.84 207.66 115.99 -
System Red Green Blue C M Y K H S L
Decimal 33 31 191 0.83 0.84 0 0.25 240.75 0.72 0.44
Hex 21 1F BF 53 54 0 19 F1 48 2C
Octal 41 37 277 123 124 0 31 361 110 54
Binary 100001 11111 10111111 1010011 1010100 0 11001 11110001 1001000 101100

Color Harmonies of #211FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211FBF

Black with #211FBF

Text Example


Text Example

White with #211FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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