#191FE5

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

Shades of Medium Blue #191FE5

Tints of Medium Blue #191FE5

Color information

#191FE5 (or 0x191FE5) is unknown color: approx Medium Blue. HEX triplet: 19, 1F and E5. RGB value is (25,31,229). Sum of RGB (Red+Green+Blue) = 25+31+229=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 229 (89.84% from 255 or 80.35% from 285); Max value from RGB is 229 - color contains mainly: blue. Hex color #191FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191FE5 is #E6E01A. Grayscale: #323232. Windows color (decimal): -15130651 or 15015705. OLE color: 15015705.

HSL color Cylindrical-coordinate representation of color #191FE5: hue angle of 238.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191FE5 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2531229-
CMYK0.890.8600.10
HSL238.24º80.31%49.8%-
HSV(B)238.24º89.08%89.8%-
XYZ15.036.8474.66-
YUV51.78228.01108.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.77%
GREEN value IS 31 (12.5% from 255) = 10.88%
BLUE value IS 229 (89.84% from 255) = 80.35%
R=8.77%
G=10.88%
B=80.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal25312290.890.8600.10238.2480.3149.8
Hex191FE559560Aee5032
Octal313734513112601235612062
Binary1100111111111001011011001101011001010111011101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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