Html Css Color HEX #2139AD Persian Blue

📋 copy color: '#2139AD'

red 33 ◦ green 57 ◦ blue 173

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

Shades of Persian Blue #2139AD

Tints of Persian Blue #2139AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

 BLUE value IS 173 (67.97% from 255) = 65.78%

R = 12.55%
G = 21.67%
B = 65.78%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2139AD (or 0x2139AD) is known color: Persian Blue. HEX triplet: 21, 39 and AD. RGB value is (33,57,173). Sum of RGB (Red+Green+Blue) = 33+57+173=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #2139AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2139AD is #DEC652. Grayscale: #3E3E3E. Windows color (decimal): -14599763 or 11352353. OLE color: 11352353.

HSL color Cylindrical-coordinate representation of color #2139AD: hue angle of 229.71º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2139AD is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 57 173 -
CMYK 0.81 0.67 0 0.32
HSL 229.71º 0.68% 0.4% -
HSV(B) 229.71º 0.81% 0.68% -
XYZ 9.63 6.27 40.24 -
YUV 63.05 190.05 106.57 -
System Red Green Blue C M Y K H S L
Decimal 33 57 173 0.81 0.67 0 0.32 229.71 0.68 0.4
Hex 21 39 AD 51 43 0 20 E6 44 28
Octal 41 71 255 121 103 0 40 346 104 50
Binary 100001 111001 10101101 1010001 1000011 0 100000 11100110 1000100 101000

Color Harmonies of #2139AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2139AD

Black with #2139AD

Text Example


Text Example

White with #2139AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2139AD; }

 p { color: rgb(33,57,173); }

 H1.HeaderClassName
 {
   color: #2139AD;
 }
 .AnyTagClassName
 {
   color: #2139AD;
 }
</style>

background-color css

<style>
 a { background-color: #2139AD; }

 a { background-color: rgb(33,57,173); }

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

border-color css

<style>
 span { border-color: #2139AD; }

 span { border-color: rgb(33,57,173); }

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