#1F16C0

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

Shades of Medium Blue #1F16C0

Tints of Medium Blue #1F16C0

Color information

#1F16C0 (or 0x1F16C0) is unknown color: approx Medium Blue. HEX triplet: 1F, 16 and C0. RGB value is (31,22,192). Sum of RGB (Red+Green+Blue) = 31+22+192=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 192 (75.39% from 255 or 78.37% from 245); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F16C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F16C0 is #E0E93F. Grayscale: #2B2B2B. Windows color (decimal): -14739776 or 12588575. OLE color: 12588575.

HSL color Cylindrical-coordinate representation of color #1F16C0: hue angle of 243.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1F16C0 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3122192-
CMYK0.840.8900.25
HSL243.18º79.44%41.96%-
HSV(B)243.18º88.54%75.29%-
XYZ10.374.6750.22-
YUV44.07211.48118.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.65%
GREEN value IS 22 (8.98% from 255) = 8.98%
BLUE value IS 192 (75.39% from 255) = 78.37%
R=12.65%
G=8.98%
B=78.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31221920.840.8900.25243.1879.4441.96
Hex1F16C05459019f34f2a
Octal372630012413103136311752
Binary11111101101100000010101001011001011001111100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F16C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,22,192); }

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

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

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

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

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

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

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