#1F16D0

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

Shades of Medium Blue #1F16D0

Tints of Medium Blue #1F16D0

Color information

#1F16D0 (or 0x1F16D0) is unknown color: approx Medium Blue. HEX triplet: 1F, 16 and D0. RGB value is (31,22,208). Sum of RGB (Red+Green+Blue) = 31+22+208=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 208 (81.64% from 255 or 79.69% from 261); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F16D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F16D0 is #E0E92F. Grayscale: #2D2D2D. Windows color (decimal): -14739760 or 13637151. OLE color: 13637151.

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

Color convert

RGB3122208-
CMYK0.850.8900.18
HSL242.9º80.87%45.1%-
HSV(B)242.9º89.42%81.57%-
XYZ12.245.4260.08-
YUV45.9219.48117.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 208 (81.64% from 255) = 79.69%
R=11.88%
G=8.43%
B=79.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31222080.850.8900.18242.980.8745.1
Hex1F16D05559012f3512d
Octal372632012513102236312155
Binary11111101101101000010101011011001010010111100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F16D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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