#1F1AD1

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

Shades of Medium Blue #1F1AD1

Tints of Medium Blue #1F1AD1

Color information

#1F1AD1 (or 0x1F1AD1) is unknown color: approx Medium Blue. HEX triplet: 1F, 1A and D1. RGB value is (31,26,209). Sum of RGB (Red+Green+Blue) = 31+26+209=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 209 (82.03% from 255 or 78.57% from 266); Max value from RGB is 209 - color contains mainly: blue. Hex color #1F1AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1AD1 is #E0E52E. Grayscale: #2F2F2F. Windows color (decimal): -14738735 or 13703711. OLE color: 13703711.

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

Color convert

RGB3126209-
CMYK0.850.8800.18
HSL241.64º77.87%46.08%-
HSV(B)241.64º87.56%81.96%-
XYZ12.445.6360.75-
YUV48.36218.66115.62-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.65%
GREEN value IS 26 (10.55% from 255) = 9.77%
BLUE value IS 209 (82.03% from 255) = 78.57%
R=11.65%
G=9.77%
B=78.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31262090.850.8800.18241.6477.8746.08
Hex1F1AD15558012f24e2e
Octal373232112513002236211656
Binary11111110101101000110101011011000010010111100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,26,209); }

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

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

 a { background-color: rgb(31,26,209); }

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

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

 span { border-color: rgb(31,26,209); }

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