#1F19E5

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

Shades of Medium Blue #1F19E5

Tints of Medium Blue #1F19E5

Color information

#1F19E5 (or 0x1F19E5) is unknown color: approx Medium Blue. HEX triplet: 1F, 19 and E5. RGB value is (31,25,229). Sum of RGB (Red+Green+Blue) = 31+25+229=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 25 (10.16% from 255 or 8.77% 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 #1F19E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F19E5 is #E0E61A. Grayscale: #313131. Windows color (decimal): -14738971 or 15014175. OLE color: 15014175.

HSL color Cylindrical-coordinate representation of color #1F19E5: hue angle of 241.76º 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 #1F19E5 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3125229-
CMYK0.860.8900.10
HSL241.76º80.31%49.8%-
HSV(B)241.76º89.08%89.8%-
XYZ15.066.6474.62-
YUV50.05228.99114.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal31252290.860.8900.10241.7680.3149.8
Hex1F19E556590Af25032
Octal373134512613101236212062
Binary1111111001111001011010110101100101010111100101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F19E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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