#1F01BE

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

Shades of Medium Blue #1F01BE

Tints of Medium Blue #1F01BE

Color information

#1F01BE (or 0x1F01BE) is unknown color: approx Medium Blue. HEX triplet: 1F, 01 and BE. RGB value is (31,1,190). Sum of RGB (Red+Green+Blue) = 31+1+190=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F01BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F01BE is #E0FE41. Grayscale: #1E1E1E. Windows color (decimal): -14745154 or 12452127. OLE color: 12452127.

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

Color convert

RGB311190-
CMYK0.840.9900.25
HSL249.52º98.95%37.45%-
HSV(B)249.52º99.47%74.51%-
XYZ9.874.0348.97-
YUV31.52217.44127.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 190 (74.61% from 255) = 85.59%
R=13.96%
G=0.45%
B=85.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3111900.840.9900.25249.5298.9537.45
Hex1F1BE5463019fa6325
Octal37127612414303137214345
Binary1111111011111010101001100011011001111110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F01BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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