#1F01BA

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

Shades of Medium Blue #1F01BA

Tints of Medium Blue #1F01BA

Color information

#1F01BA (or 0x1F01BA) is unknown color: approx Medium Blue. HEX triplet: 1F, 01 and BA. RGB value is (31,1,186). Sum of RGB (Red+Green+Blue) = 31+1+186=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 186 (73.05% from 255 or 85.32% from 218); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F01BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01BA is #E0FE45. Grayscale: #1E1E1E. Windows color (decimal): -14745158 or 12189983. OLE color: 12189983.

HSL color Cylindrical-coordinate representation of color #1F01BA: hue angle of 249.73º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F01BA is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB311186-
CMYK0.830.9900.27
HSL249.73º98.93%36.67%-
HSV(B)249.73º99.46%72.94%-
XYZ9.443.8646.7-
YUV31.06215.44127.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.22%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 186 (73.05% from 255) = 85.32%
R=14.22%
G=0.46%
B=85.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3111860.830.9900.27249.7398.9336.67
Hex1F1BA536301Bfa6325
Octal37127212314303337214345
Binary1111111011101010100111100011011011111110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,1,186); }

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

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

 a { background-color: rgb(31,1,186); }

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

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

 span { border-color: rgb(31,1,186); }

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