#1F2FBF

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

Shades of Persian Blue #1F2FBF

Tints of Persian Blue #1F2FBF

Color information

#1F2FBF (or 0x1F2FBF) is unknown color: approx Persian Blue. HEX triplet: 1F, 2F and BF. RGB value is (31,47,191). Sum of RGB (Red+Green+Blue) = 31+47+191=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F2FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2FBF is #E0D040. Grayscale: #3A3A3A. Windows color (decimal): -14733377 or 12529439. OLE color: 12529439.

HSL color Cylindrical-coordinate representation of color #1F2FBF: hue angle of 234º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F2FBF is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3147191-
CMYK0.840.7500.25
HSL234º72.07%43.53%-
HSV(B)234º83.77%74.9%-
XYZ10.996.0949.89-
YUV58.63202.7108.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.52%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 191 (75% from 255) = 71.00%
R=11.52%
G=17.47%
B=71.00%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31471910.840.7500.2523472.0743.53
Hex1F2FBF544B019ea482c
Octal375727712411303135211054
Binary111111011111011111110101001001011011001111010101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,47,191); }

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

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

 a { background-color: rgb(31,47,191); }

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

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

 span { border-color: rgb(31,47,191); }

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