Html Css Color HEX #211ABF Persian Blue

📋 copy color: '#211ABF'

red 33 ◦ green 26 ◦ blue 191

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

Shades of Persian Blue #211ABF

Tints of Persian Blue #211ABF

RGB

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

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

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

R = 13.2%
G = 10.4%
B = 76.4%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#211ABF (or 0x211ABF) is known color: Persian Blue. HEX triplet: 21, 1A and BF. RGB value is (33,26,191). Sum of RGB (Red+Green+Blue) = 33+26+191=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 191 (75% from 255 or 76.4% from 250); Max value from RGB is 191 - color contains mainly: blue. Hex color #211ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ABF is #DEE540. Grayscale: #2E2E2E. Windows color (decimal): -14607681 or 12524065. OLE color: 12524065.

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

Color convert

RGB 33 26 191 -
CMYK 0.83 0.86 0 0.25
HSL 242.55º 0.76% 0.43% -
HSV(B) 242.55º 0.86% 0.75% -
XYZ 10.4 4.82 49.67 -
YUV 46.9 209.32 118.08 -
System Red Green Blue C M Y K H S L
Decimal 33 26 191 0.83 0.86 0 0.25 242.55 0.76 0.43
Hex 21 1A BF 53 56 0 19 F3 4C 2B
Octal 41 32 277 123 126 0 31 363 114 53
Binary 100001 11010 10111111 1010011 1010110 0 11001 11110011 1001100 101011

Color Harmonies of #211ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ABF

Black with #211ABF

Text Example


Text Example

White with #211ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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