#1F11B7

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

Shades of Medium Blue #1F11B7

Tints of Medium Blue #1F11B7

Color information

#1F11B7 (or 0x1F11B7) is unknown color: approx Medium Blue. HEX triplet: 1F, 11 and B7. RGB value is (31,17,183). Sum of RGB (Red+Green+Blue) = 31+17+183=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #1F11B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F11B7 is #E0EE48. Grayscale: #272727. Windows color (decimal): -14741065 or 11997471. OLE color: 11997471.

HSL color Cylindrical-coordinate representation of color #1F11B7: hue angle of 245.06º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1F11B7 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB3117183-
CMYK0.830.9100.28
HSL245.06º83%39.22%-
HSV(B)245.06º90.71%71.76%-
XYZ9.314.1145.1-
YUV40.11208.64121.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.42%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 183 (71.88% from 255) = 79.22%
R=13.42%
G=7.36%
B=79.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal31171830.830.9100.28245.068339.22
Hex1F11B7535B01Cf55327
Octal372126712313303436512347
Binary11111100011011011110100111011011011100111101011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F11B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,17,183); }

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

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

 a { background-color: rgb(31,17,183); }

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

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

 span { border-color: rgb(31,17,183); }

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