Html Css Color HEX #2114BA Persian Blue

📋 copy color: '#2114BA'

red 33 ◦ green 20 ◦ blue 186

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

Shades of Persian Blue #2114BA

Tints of Persian Blue #2114BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 13.81%
G = 8.37%
B = 77.82%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2114BA (or 0x2114BA) is known color: Persian Blue. HEX triplet: 21, 14 and BA. RGB value is (33,20,186). Sum of RGB (Red+Green+Blue) = 33+20+186=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 186 (73.05% from 255 or 77.82% from 239); Max value from RGB is 186 - color contains mainly: blue. Hex color #2114BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114BA is #DEEB45. Grayscale: #2A2A2A. Windows color (decimal): -14609222 or 12194849. OLE color: 12194849.

HSL color Cylindrical-coordinate representation of color #2114BA: hue angle of 244.7º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2114BA is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 20 186 -
CMYK 0.82 0.89 0 0.27
HSL 244.7º 0.81% 0.4% -
HSV(B) 244.7º 0.89% 0.73% -
XYZ 9.74 4.37 46.78 -
YUV 42.81 208.81 121 -
System Red Green Blue C M Y K H S L
Decimal 33 20 186 0.82 0.89 0 0.27 244.7 0.81 0.4
Hex 21 14 BA 52 59 0 1B F5 51 28
Octal 41 24 272 122 131 0 33 365 121 50
Binary 100001 10100 10111010 1010010 1011001 0 11011 11110101 1010001 101000

Color Harmonies of #2114BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2114BA

Black with #2114BA

Text Example


Text Example

White with #2114BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2114BA; }

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

 H1.HeaderClassName
 {
   color: #2114BA;
 }
 .AnyTagClassName
 {
   color: #2114BA;
 }
</style>

background-color css

<style>
 a { background-color: #2114BA; }

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

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

border-color css

<style>
 span { border-color: #2114BA; }

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

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