Html Css Color HEX #1F47AE Persian Blue

📋 copy color: '#1F47AE'

red 31 ◦ green 71 ◦ blue 174

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

Shades of Persian Blue #1F47AE

Tints of Persian Blue #1F47AE

RGB

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

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

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

R = 11.23%
G = 25.72%
B = 63.04%

CMYK

 C value IS 0.82

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F47AE (or 0x1F47AE) is known color: Persian Blue. HEX triplet: 1F, 47 and AE. RGB value is (31,71,174). Sum of RGB (Red+Green+Blue) = 31+71+174=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F47AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F47AE is #E0B851. Grayscale: #464646. Windows color (decimal): -14727250 or 11421471. OLE color: 11421471.

HSL color Cylindrical-coordinate representation of color #1F47AE: hue angle of 223.22º 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 #1F47AE is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 71 174 -
CMYK 0.82 0.59 0 0.32
HSL 223.22º 0.7% 0.4% -
HSV(B) 223.22º 0.82% 0.68% -
XYZ 10.46 7.85 41.01 -
YUV 70.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 31 71 174 0.82 0.59 0 0.32 223.22 0.7 0.4
Hex 1F 47 AE 52 3B 0 20 DF 46 28
Octal 37 107 256 122 73 0 40 337 106 50
Binary 11111 1000111 10101110 1010010 111011 0 100000 11011111 1000110 101000

Color Harmonies of #1F47AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F47AE

Black with #1F47AE

Text Example


Text Example

White with #1F47AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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