#1F2AAE

Color #1F2AAE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1F2AAE

Tints of Persian Blue #1F2AAE

Color information

#1F2AAE (or 0x1F2AAE) is unknown color: approx Persian Blue. HEX triplet: 1F, 2A and AE. RGB value is (31,42,174). Sum of RGB (Red+Green+Blue) = 31+42+174=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F2AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2AAE is #E0D551. Grayscale: #353535. Windows color (decimal): -14734674 or 11414047. OLE color: 11414047.

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

Color convert

RGB3142174-
CMYK0.820.7600.32
HSL235.38º69.76%40.2%-
HSV(B)235.38º82.18%68.24%-
XYZ9.03540.53-
YUV53.76195.86111.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 42 (16.80% from 255) = 17.00%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=12.55%
G=17.00%
B=70.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31421740.820.7600.32235.3869.7640.2
Hex1F2AAE524C020eb4628
Octal375225612211404035310650
Binary1111110101010101110101001010011000100000111010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F2AAE;
 }
 .AnyTagClassName
 {
   color: #1F2AAE;
 }
</style>
background-color css

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

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

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

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

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

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