Html Css Color HEX #2119BB Persian Blue

📋 copy color: '#2119BB'

red 33 ◦ green 25 ◦ blue 187

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

Shades of Persian Blue #2119BB

Tints of Persian Blue #2119BB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 13.47%
G = 10.2%
B = 76.33%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2119BB (or 0x2119BB) is known color: Persian Blue. HEX triplet: 21, 19 and BB. RGB value is (33,25,187). Sum of RGB (Red+Green+Blue) = 33+25+187=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 187 (73.44% from 255 or 76.33% from 245); Max value from RGB is 187 - color contains mainly: blue. Hex color #2119BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2119BB is #DEE644. Grayscale: #2D2D2D. Windows color (decimal): -14607941 or 12261665. OLE color: 12261665.

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

Color convert

RGB 33 25 187 -
CMYK 0.82 0.87 0 0.27
HSL 242.96º 0.76% 0.42% -
HSV(B) 242.96º 0.87% 0.73% -
XYZ 9.94 4.61 47.38 -
YUV 45.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 33 25 187 0.82 0.87 0 0.27 242.96 0.76 0.42
Hex 21 19 BB 52 57 0 1B F3 4C 2A
Octal 41 31 273 122 127 0 33 363 114 52
Binary 100001 11001 10111011 1010010 1010111 0 11011 11110011 1001100 101010

Color Harmonies of #2119BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2119BB

Black with #2119BB

Text Example


Text Example

White with #2119BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2119BB; }

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

 H1.HeaderClassName
 {
   color: #2119BB;
 }
 .AnyTagClassName
 {
   color: #2119BB;
 }
</style>

background-color css

<style>
 a { background-color: #2119BB; }

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

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

border-color css

<style>
 span { border-color: #2119BB; }

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

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