#1F05BE

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

Shades of Medium Blue #1F05BE

Tints of Medium Blue #1F05BE

Color information

#1F05BE (or 0x1F05BE) is unknown color: approx Medium Blue. HEX triplet: 1F, 05 and BE. RGB value is (31,5,190). Sum of RGB (Red+Green+Blue) = 31+5+190=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 190 (74.61% from 255 or 84.07% from 226); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F05BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F05BE is #E0FA41. Grayscale: #212121. Windows color (decimal): -14744130 or 12453151. OLE color: 12453151.

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

Color convert

RGB315190-
CMYK0.840.9700.25
HSL248.43º94.87%38.24%-
HSV(B)248.43º97.37%74.51%-
XYZ9.914.1248.99-
YUV33.86216.11125.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.72%
GREEN value IS 5 (2.34% from 255) = 2.21%
BLUE value IS 190 (74.61% from 255) = 84.07%
R=13.72%
G=2.21%
B=84.07%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3151900.840.9700.25248.4394.8738.24
Hex1F5BE5461019f85f26
Octal37527612414103137013746
Binary111111011011111010101001100001011001111110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F05BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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