#1F2AAD

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

Shades of Persian Blue #1F2AAD

Tints of Persian Blue #1F2AAD

Color information

#1F2AAD (or 0x1F2AAD) is unknown color: approx Persian Blue. HEX triplet: 1F, 2A and AD. RGB value is (31,42,173). Sum of RGB (Red+Green+Blue) = 31+42+173=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F2AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2AAD is #E0D552. Grayscale: #353535. Windows color (decimal): -14734675 or 11348511. OLE color: 11348511.

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

Color convert

RGB3142173-
CMYK0.820.7600.32
HSL235.35º69.61%40%-
HSV(B)235.35º82.08%67.84%-
XYZ8.944.9640.02-
YUV53.64195.36111.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.60%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 173 (67.97% from 255) = 70.33%
R=12.60%
G=17.07%
B=70.33%

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
Decimal31421730.820.7600.32235.3569.6140
Hex1F2AAD524C020eb4628
Octal375225512211404035310650
Binary1111110101010101101101001010011000100000111010111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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