Html Css Color HEX #1F25AE Persian Blue

📋 copy color: '#1F25AE'

red 31 ◦ green 37 ◦ blue 174

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

Shades of Persian Blue #1F25AE

Tints of Persian Blue #1F25AE

RGB

 RED value IS 31 (12.5% from 255) = 12.81%

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

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

R = 12.81%
G = 15.29%
B = 71.9%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F25AE (or 0x1F25AE) is known color: Persian Blue. HEX triplet: 1F, 25 and AE. RGB value is (31,37,174). Sum of RGB (Red+Green+Blue) = 31+37+174=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F25AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F25AE is #E0DA51. Grayscale: #323232. Windows color (decimal): -14735954 or 11412767. OLE color: 11412767.

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

Color convert

RGB 31 37 174 -
CMYK 0.82 0.79 0 0.32
HSL 237.48º 0.7% 0.4% -
HSV(B) 237.48º 0.82% 0.68% -
XYZ 8.87 4.67 40.48 -
YUV 50.82 197.51 113.86 -
System Red Green Blue C M Y K H S L
Decimal 31 37 174 0.82 0.79 0 0.32 237.48 0.7 0.4
Hex 1F 25 AE 52 4F 0 20 ED 46 28
Octal 37 45 256 122 117 0 40 355 106 50
Binary 11111 100101 10101110 1010010 1001111 0 100000 11101101 1000110 101000

Color Harmonies of #1F25AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F25AE

Black with #1F25AE

Text Example


Text Example

White with #1F25AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,37,174); }

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

background-color css

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

 a { background-color: rgb(31,37,174); }

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

border-color css

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

 span { border-color: rgb(31,37,174); }

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