Html Css Color HEX #2147AD Persian Blue

📋 copy color: '#2147AD'

red 33 ◦ green 71 ◦ blue 173

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

Shades of Persian Blue #2147AD

Tints of Persian Blue #2147AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.63%

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

R = 11.91%
G = 25.63%
B = 62.45%

CMYK

 C value IS 0.81

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2147AD (or 0x2147AD) is known color: Persian Blue. HEX triplet: 21, 47 and AD. RGB value is (33,71,173). Sum of RGB (Red+Green+Blue) = 33+71+173=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #2147AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2147AD is #DEB852. Grayscale: #464646. Windows color (decimal): -14596179 or 11355937. OLE color: 11355937.

HSL color Cylindrical-coordinate representation of color #2147AD: hue angle of 223.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 #2147AD is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 71 173 -
CMYK 0.81 0.59 0 0.32
HSL 223.71º 0.68% 0.4% -
HSV(B) 223.71º 0.81% 0.68% -
XYZ 10.42 7.85 40.5 -
YUV 71.27 185.41 100.71 -
System Red Green Blue C M Y K H S L
Decimal 33 71 173 0.81 0.59 0 0.32 223.71 0.68 0.4
Hex 21 47 AD 51 3B 0 20 E0 44 28
Octal 41 107 255 121 73 0 40 340 104 50
Binary 100001 1000111 10101101 1010001 111011 0 100000 11100000 1000100 101000

Color Harmonies of #2147AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2147AD

Black with #2147AD

Text Example


Text Example

White with #2147AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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