#1F40AD

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

Shades of Persian Blue #1F40AD

Tints of Persian Blue #1F40AD

Color information

#1F40AD (or 0x1F40AD) is unknown color: approx Persian Blue. HEX triplet: 1F, 40 and AD. RGB value is (31,64,173). Sum of RGB (Red+Green+Blue) = 31+64+173=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F40AD is #E0BF52. Grayscale: #424242. Windows color (decimal): -14729043 or 11354143. OLE color: 11354143.

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

Color convert

RGB3164173-
CMYK0.820.6300.32
HSL226.06º69.61%40%-
HSV(B)226.06º82.08%67.84%-
XYZ9.946.9840.36-
YUV66.56188.07102.64-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.57%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 173 (67.97% from 255) = 64.55%
R=11.57%
G=23.88%
B=64.55%

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
Decimal31641730.820.6300.32226.0669.6140
Hex1F40AD523F020e24628
Octal371002551227704034210650
Binary1111110000001010110110100101111110100000111000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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