#1F46AE

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

Shades of Persian Blue #1F46AE

Tints of Persian Blue #1F46AE

Color information

#1F46AE (or 0x1F46AE) is unknown color: approx Persian Blue. HEX triplet: 1F, 46 and AE. RGB value is (31,70,174). Sum of RGB (Red+Green+Blue) = 31+70+174=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F46AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F46AE is #E0B951. Grayscale: #454545. Windows color (decimal): -14727506 or 11421215. OLE color: 11421215.

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

Color convert

RGB3170174-
CMYK0.820.6000.32
HSL223.64º69.76%40.2%-
HSV(B)223.64º82.18%68.24%-
XYZ10.47.7340.99-
YUV70.19186.58100.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.27%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=11.27%
G=25.45%
B=63.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31701740.820.6000.32223.6469.7640.2
Hex1F46AE523C020e04628
Octal371062561227404034010650
Binary1111110001101010111010100101111000100000111000001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F46AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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