#1F40AE

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

Shades of Persian Blue #1F40AE

Tints of Persian Blue #1F40AE

Color information

#1F40AE (or 0x1F40AE) is unknown color: approx Persian Blue. HEX triplet: 1F, 40 and AE. RGB value is (31,64,174). Sum of RGB (Red+Green+Blue) = 31+64+174=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F40AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F40AE is #E0BF51. Grayscale: #424242. Windows color (decimal): -14729042 or 11419679. OLE color: 11419679.

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

Color convert

RGB3164174-
CMYK0.820.6300.32
HSL226.15º69.76%40.2%-
HSV(B)226.15º82.18%68.24%-
XYZ10.047.0140.87-
YUV66.67188.57102.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=11.52%
G=23.79%
B=64.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31641740.820.6300.32226.1569.7640.2
Hex1F40AE523F020e24628
Octal371002561227704034210650
Binary1111110000001010111010100101111110100000111000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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