Html Css Color HEX #1E25AD Persian Blue

📋 copy color: '#1E25AD'

red 30 ◦ green 37 ◦ blue 173

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

Shades of Persian Blue #1E25AD

Tints of Persian Blue #1E25AD

RGB

 RED value IS 30 (12.11% from 255) = 12.5%

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

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

R = 12.5%
G = 15.42%
B = 72.08%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E25AD (or 0x1E25AD) is known color: Persian Blue. HEX triplet: 1E, 25 and AD. RGB value is (30,37,173). Sum of RGB (Red+Green+Blue) = 30+37+173=240 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.5% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #1E25AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E25AD is #E1DA52. Grayscale: #313131. Windows color (decimal): -14801491 or 11347230. OLE color: 11347230.

HSL color Cylindrical-coordinate representation of color #1E25AD: hue angle of 237.06º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E25AD is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 37 173 -
CMYK 0.83 0.79 0 0.32
HSL 237.06º 0.7% 0.4% -
HSV(B) 237.06º 0.83% 0.68% -
XYZ 8.74 4.62 39.97 -
YUV 50.41 197.18 113.44 -
System Red Green Blue C M Y K H S L
Decimal 30 37 173 0.83 0.79 0 0.32 237.06 0.7 0.4
Hex 1E 25 AD 53 4F 0 20 ED 46 28
Octal 36 45 255 123 117 0 40 355 106 50
Binary 11110 100101 10101101 1010011 1001111 0 100000 11101101 1000110 101000

Color Harmonies of #1E25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E25AD

Black with #1E25AD

Text Example


Text Example

White with #1E25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E25AD; }

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

 H1.HeaderClassName
 {
   color: #1E25AD;
 }
 .AnyTagClassName
 {
   color: #1E25AD;
 }
</style>

background-color css

<style>
 a { background-color: #1E25AD; }

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

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

border-color css

<style>
 span { border-color: #1E25AD; }

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

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