Html Css Color HEX #2139AE Persian Blue

📋 copy color: '#2139AE'

red 33 ◦ green 57 ◦ blue 174

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

Shades of Persian Blue #2139AE

Tints of Persian Blue #2139AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 65.91%

R = 12.5%
G = 21.59%
B = 65.91%

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

#2139AE (or 0x2139AE) is known color: Persian Blue. HEX triplet: 21, 39 and AE. RGB value is (33,57,174). Sum of RGB (Red+Green+Blue) = 33+57+174=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #2139AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2139AE is #DEC651. Grayscale: #3E3E3E. Windows color (decimal): -14599762 or 11417889. OLE color: 11417889.

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

Color convert

RGB 33 57 174 -
CMYK 0.81 0.67 0 0.32
HSL 229.79º 0.68% 0.41% -
HSV(B) 229.79º 0.81% 0.68% -
XYZ 9.73 6.31 40.75 -
YUV 63.16 190.55 106.49 -
System Red Green Blue C M Y K H S L
Decimal 33 57 174 0.81 0.67 0 0.32 229.79 0.68 0.41
Hex 21 39 AE 51 43 0 20 E6 44 29
Octal 41 71 256 121 103 0 40 346 104 51
Binary 100001 111001 10101110 1010001 1000011 0 100000 11100110 1000100 101001

Color Harmonies of #2139AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2139AE

Black with #2139AE

Text Example


Text Example

White with #2139AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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