#1F00BF

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

Shades of Medium Blue #1F00BF

Tints of Medium Blue #1F00BF

Color information

#1F00BF (or 0x1F00BF) is unknown color: approx Medium Blue. HEX triplet: 1F, 00 and BF. RGB value is (31,0,191). Sum of RGB (Red+Green+Blue) = 31+0+191=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 191 (75% from 255 or 86.04% from 222); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F00BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F00BF is #E0FF40. Grayscale: #1E1E1E. Windows color (decimal): -14745409 or 12517407. OLE color: 12517407.

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

Color convert

RGB310191-
CMYK0.84100.25
HSL249.74º100%37.45%-
HSV(B)249.74º100%74.9%-
XYZ9.974.0549.55-
YUV31.04218.27127.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 86.04%
R=13.96%
G=0%
B=86.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3101910.84100.25249.7410037.45
Hex1F0BF5464019fa6425
Octal37027712414403137214445
Binary1111101011111110101001100100011001111110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F00BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,0,191); }

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

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

 a { background-color: rgb(31,0,191); }

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

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

 span { border-color: rgb(31,0,191); }

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