#1F1EBA

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

Shades of Persian Blue #1F1EBA

Tints of Persian Blue #1F1EBA

Color information

#1F1EBA (or 0x1F1EBA) is unknown color: approx Persian Blue. HEX triplet: 1F, 1E and BA. RGB value is (31,30,186). Sum of RGB (Red+Green+Blue) = 31+30+186=247 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.55% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F1EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1EBA is #E0E145. Grayscale: #2F2F2F. Windows color (decimal): -14737734 or 12197407. OLE color: 12197407.

HSL color Cylindrical-coordinate representation of color #1F1EBA: hue angle of 240.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1EBA is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3130186-
CMYK0.830.8400.27
HSL240.38º72.22%42.35%-
HSV(B)240.38º83.87%72.94%-
XYZ9.894.7746.85-
YUV48.08205.83115.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.55%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 186 (73.05% from 255) = 75.30%
R=12.55%
G=12.15%
B=75.30%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31301860.830.8400.27240.3872.2242.35
Hex1F1EBA535401Bf0482a
Octal373627212312403336011052
Binary11111111101011101010100111010100011011111100001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,30,186); }

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

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

 a { background-color: rgb(31,30,186); }

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

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

 span { border-color: rgb(31,30,186); }

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