Html Css Color HEX #251EAD Persian Blue

📋 copy color: '#251EAD'

red 37 ◦ green 30 ◦ blue 173

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

Shades of Persian Blue #251EAD

Tints of Persian Blue #251EAD

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#251EAD (or 0x251EAD) is known color: Persian Blue. HEX triplet: 25, 1E and AD. RGB value is (37,30,173). Sum of RGB (Red+Green+Blue) = 37+30+173=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 30 (12.11% from 255 or 12.5% 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 #251EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #251EAD is #DAE152. Grayscale: #2F2F2F. Windows color (decimal): -14344531 or 11345445. OLE color: 11345445.

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

Color convert

RGB 37 30 173 -
CMYK 0.79 0.83 0 0.32
HSL 242.94º 0.7% 0.4% -
HSV(B) 242.94º 0.83% 0.68% -
XYZ 8.77 4.34 39.91 -
YUV 48.4 198.32 119.87 -
System Red Green Blue C M Y K H S L
Decimal 37 30 173 0.79 0.83 0 0.32 242.94 0.7 0.4
Hex 25 1E AD 4F 53 0 20 F3 46 28
Octal 45 36 255 117 123 0 40 363 106 50
Binary 100101 11110 10101101 1001111 1010011 0 100000 11110011 1000110 101000

Color Harmonies of #251EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EAD

Black with #251EAD

Text Example


Text Example

White with #251EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251EAD; }

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

 H1.HeaderClassName
 {
   color: #251EAD;
 }
 .AnyTagClassName
 {
   color: #251EAD;
 }
</style>

background-color css

<style>
 a { background-color: #251EAD; }

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

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

border-color css

<style>
 span { border-color: #251EAD; }

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

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