#1F28AE

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

Shades of Persian Blue #1F28AE

Tints of Persian Blue #1F28AE

Color information

#1F28AE (or 0x1F28AE) is unknown color: approx Persian Blue. HEX triplet: 1F, 28 and AE. RGB value is (31,40,174). Sum of RGB (Red+Green+Blue) = 31+40+174=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F28AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F28AE is #E0D751. Grayscale: #343434. Windows color (decimal): -14735186 or 11413535. OLE color: 11413535.

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

Color convert

RGB3140174-
CMYK0.820.7700.32
HSL236.22º69.76%40.2%-
HSV(B)236.22º82.18%68.24%-
XYZ8.964.8640.51-
YUV52.58196.52112.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 174 (68.36% from 255) = 71.02%
R=12.65%
G=16.33%
B=71.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31401740.820.7700.32236.2269.7640.2
Hex1F28AE524D020ec4628
Octal375025612211504035410650
Binary1111110100010101110101001010011010100000111011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F28AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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