#1F1FBB

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

Shades of Persian Blue #1F1FBB

Tints of Persian Blue #1F1FBB

Color information

#1F1FBB (or 0x1F1FBB) is unknown color: approx Persian Blue. HEX triplet: 1F, 1F and BB. RGB value is (31,31,187). Sum of RGB (Red+Green+Blue) = 31+31+187=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F1FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1FBB is #E0E044. Grayscale: #303030. Windows color (decimal): -14737477 or 12263199. OLE color: 12263199.

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

Color convert

RGB3131187-
CMYK0.830.8300.27
HSL240º71.56%42.75%-
HSV(B)240º83.42%73.33%-
XYZ10.024.8647.42-
YUV48.78206115.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.45%
GREEN value IS 31 (12.5% from 255) = 12.45%
BLUE value IS 187 (73.44% from 255) = 75.10%
R=12.45%
G=12.45%
B=75.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31311870.830.8300.2724071.5642.75
Hex1F1FBB535301Bf0482b
Octal373727312312303336011053
Binary11111111111011101110100111010011011011111100001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,31,187); }

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

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

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

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

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

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

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