#1F29AE

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

Shades of Persian Blue #1F29AE

Tints of Persian Blue #1F29AE

Color information

#1F29AE (or 0x1F29AE) is unknown color: approx Persian Blue. HEX triplet: 1F, 29 and AE. RGB value is (31,41,174). Sum of RGB (Red+Green+Blue) = 31+41+174=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F29AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F29AE is #E0D651. Grayscale: #343434. Windows color (decimal): -14734930 or 11413791. OLE color: 11413791.

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

Color convert

RGB3141174-
CMYK0.820.7600.32
HSL235.8º69.76%40.2%-
HSV(B)235.8º82.18%68.24%-
XYZ94.9340.52-
YUV53.17196.19112.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 174 (68.36% from 255) = 70.73%
R=12.60%
G=16.67%
B=70.73%

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
Decimal31411740.820.7600.32235.869.7640.2
Hex1F29AE524C020ec4628
Octal375125612211404035410650
Binary1111110100110101110101001010011000100000111011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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