Html Css Color HEX #2125AD Persian Blue

📋 copy color: '#2125AD'

red 33 ◦ green 37 ◦ blue 173

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

Shades of Persian Blue #2125AD

Tints of Persian Blue #2125AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.23%

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

R = 13.58%
G = 15.23%
B = 71.19%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2125AD (or 0x2125AD) is known color: Persian Blue. HEX triplet: 21, 25 and AD. RGB value is (33,37,173). Sum of RGB (Red+Green+Blue) = 33+37+173=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 173 (67.97% from 255 or 71.19% from 243); Max value from RGB is 173 - color contains mainly: blue. Hex color #2125AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2125AD is #DEDA52. Grayscale: #323232. Windows color (decimal): -14604883 or 11347233. OLE color: 11347233.

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

Color convert

RGB 33 37 173 -
CMYK 0.81 0.79 0 0.32
HSL 238.29º 0.68% 0.4% -
HSV(B) 238.29º 0.81% 0.68% -
XYZ 8.83 4.66 39.97 -
YUV 51.31 196.67 114.94 -
System Red Green Blue C M Y K H S L
Decimal 33 37 173 0.81 0.79 0 0.32 238.29 0.68 0.4
Hex 21 25 AD 51 4F 0 20 EE 44 28
Octal 41 45 255 121 117 0 40 356 104 50
Binary 100001 100101 10101101 1010001 1001111 0 100000 11101110 1000100 101000

Color Harmonies of #2125AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2125AD

Black with #2125AD

Text Example


Text Example

White with #2125AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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