#191FBA

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

Shades of Persian Blue #191FBA

Tints of Persian Blue #191FBA

Color information

#191FBA (or 0x191FBA) is unknown color: approx Persian Blue. HEX triplet: 19, 1F and BA. RGB value is (25,31,186). Sum of RGB (Red+Green+Blue) = 25+31+186=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 186 (73.05% from 255 or 76.86% from 242); Max value from RGB is 186 - color contains mainly: blue. Hex color #191FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FBA is #E6E045. Grayscale: #2E2E2E. Windows color (decimal): -15130694 or 12197657. OLE color: 12197657.

HSL color Cylindrical-coordinate representation of color #191FBA: hue angle of 237.76º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191FBA is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2531186-
CMYK0.870.8300.27
HSL237.76º76.3%41.37%-
HSV(B)237.76º86.56%72.94%-
XYZ9.754.7346.85-
YUV46.88206.51112.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 31 (12.5% from 255) = 12.81%
BLUE value IS 186 (73.05% from 255) = 76.86%
R=10.33%
G=12.81%
B=76.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25311860.870.8300.27237.7676.341.37
Hex191FBA575301Bee4c29
Octal313727212712303335611451
Binary11001111111011101010101111010011011011111011101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191FBA; }

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

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

<style>
 a { background-color: #191FBA; }

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

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

<style>
 span { border-color: #191FBA; }

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

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