#1F19CE

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

Shades of Medium Blue #1F19CE

Tints of Medium Blue #1F19CE

Color information

#1F19CE (or 0x1F19CE) is unknown color: approx Medium Blue. HEX triplet: 1F, 19 and CE. RGB value is (31,25,206). Sum of RGB (Red+Green+Blue) = 31+25+206=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 206 (80.86% from 255 or 78.63% from 262); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F19CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F19CE is #E0E631. Grayscale: #2E2E2E. Windows color (decimal): -14738994 or 13506847. OLE color: 13506847.

HSL color Cylindrical-coordinate representation of color #1F19CE: hue angle of 241.99º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1F19CE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3125206-
CMYK0.850.8800.19
HSL241.99º78.35%45.29%-
HSV(B)241.99º87.86%80.78%-
XYZ12.055.4458.81-
YUV47.43217.49116.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.83%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 206 (80.86% from 255) = 78.63%
R=11.83%
G=9.54%
B=78.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31252060.850.8800.19241.9978.3545.29
Hex1F19CE5558013f24e2d
Octal373131612513002336211655
Binary11111110011100111010101011011000010011111100101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F19CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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