#1F2EB4

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

Shades of Persian Blue #1F2EB4

Tints of Persian Blue #1F2EB4

Color information

#1F2EB4 (or 0x1F2EB4) is unknown color: approx Persian Blue. HEX triplet: 1F, 2E and B4. RGB value is (31,46,180). Sum of RGB (Red+Green+Blue) = 31+46+180=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F2EB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2EB4 is #E0D14B. Grayscale: #383838. Windows color (decimal): -14733644 or 11808287. OLE color: 11808287.

HSL color Cylindrical-coordinate representation of color #1F2EB4: hue angle of 233.96º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F2EB4 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3146180-
CMYK0.830.7400.29
HSL233.96º70.62%41.37%-
HSV(B)233.96º82.78%70.59%-
XYZ9.785.5443.73-
YUV56.79197.53109.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.06%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 180 (70.70% from 255) = 70.04%
R=12.06%
G=17.90%
B=70.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31461800.830.7400.29233.9670.6241.37
Hex1F2EB4534A01Dea4729
Octal375626412311203535210751
Binary111111011101011010010100111001010011101111010101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,46,180); }

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

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

 a { background-color: rgb(31,46,180); }

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

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

 span { border-color: rgb(31,46,180); }

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