#1F2DAD

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

Shades of Persian Blue #1F2DAD

Tints of Persian Blue #1F2DAD

Color information

#1F2DAD (or 0x1F2DAD) is unknown color: approx Persian Blue. HEX triplet: 1F, 2D and AD. RGB value is (31,45,173). Sum of RGB (Red+Green+Blue) = 31+45+173=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F2DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2DAD is #E0D252. Grayscale: #363636. Windows color (decimal): -14733907 or 11349279. OLE color: 11349279.

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

Color convert

RGB3145173-
CMYK0.820.7400.32
HSL234.08º69.61%40%-
HSV(B)234.08º82.08%67.84%-
XYZ9.055.1940.06-
YUV55.41194.36110.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 173 (67.97% from 255) = 69.48%
R=12.45%
G=18.07%
B=69.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31451730.820.7400.32234.0869.6140
Hex1F2DAD524A020ea4628
Octal375525512211204035210650
Binary1111110110110101101101001010010100100000111010101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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