Html Css Color HEX #1F3FAE Persian Blue

📋 copy color: '#1F3FAE'

red 31 ◦ green 63 ◦ blue 174

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

Shades of Persian Blue #1F3FAE

Tints of Persian Blue #1F3FAE

RGB

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

 GREEN value IS 63 (25% from 255) = 23.51%

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

R = 11.57%
G = 23.51%
B = 64.93%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F3FAE (or 0x1F3FAE) is known color: Persian Blue. HEX triplet: 1F, 3F and AE. RGB value is (31,63,174). Sum of RGB (Red+Green+Blue) = 31+63+174=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3FAE is #E0C051. Grayscale: #414141. Windows color (decimal): -14729298 or 11419423. OLE color: 11419423.

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

Color convert

RGB 31 63 174 -
CMYK 0.82 0.64 0 0.32
HSL 226.57º 0.7% 0.4% -
HSV(B) 226.57º 0.82% 0.68% -
XYZ 9.98 6.9 40.85 -
YUV 66.09 188.9 102.97 -
System Red Green Blue C M Y K H S L
Decimal 31 63 174 0.82 0.64 0 0.32 226.57 0.7 0.4
Hex 1F 3F AE 52 40 0 20 E3 46 28
Octal 37 77 256 122 100 0 40 343 106 50
Binary 11111 111111 10101110 1010010 1000000 0 100000 11100011 1000110 101000

Color Harmonies of #1F3FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3FAE

Black with #1F3FAE

Text Example


Text Example

White with #1F3FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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