Html Css Color HEX #211ABB Persian Blue

📋 copy color: '#211ABB'

red 33 ◦ green 26 ◦ blue 187

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

Shades of Persian Blue #211ABB

Tints of Persian Blue #211ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 76.02%

R = 13.41%
G = 10.57%
B = 76.02%

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

#211ABB (or 0x211ABB) is known color: Persian Blue. HEX triplet: 21, 1A and BB. RGB value is (33,26,187). Sum of RGB (Red+Green+Blue) = 33+26+187=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #211ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ABB is #DEE544. Grayscale: #2D2D2D. Windows color (decimal): -14607685 or 12261921. OLE color: 12261921.

HSL color Cylindrical-coordinate representation of color #211ABB: hue angle of 242.61º degrees, saturation: 0.76, 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 #211ABB is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 26 187 -
CMYK 0.82 0.86 0 0.27
HSL 242.61º 0.76% 0.42% -
HSV(B) 242.61º 0.86% 0.73% -
XYZ 9.97 4.65 47.39 -
YUV 46.45 207.32 118.41 -
System Red Green Blue C M Y K H S L
Decimal 33 26 187 0.82 0.86 0 0.27 242.61 0.76 0.42
Hex 21 1A BB 52 56 0 1B F3 4C 2A
Octal 41 32 273 122 126 0 33 363 114 52
Binary 100001 11010 10111011 1010010 1010110 0 11011 11110011 1001100 101010

Color Harmonies of #211ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ABB

Black with #211ABB

Text Example


Text Example

White with #211ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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