#1F0AB6

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

Shades of Medium Blue #1F0AB6

Tints of Medium Blue #1F0AB6

Color information

#1F0AB6 (or 0x1F0AB6) is unknown color: approx Medium Blue. HEX triplet: 1F, 0A and B6. RGB value is (31,10,182). Sum of RGB (Red+Green+Blue) = 31+10+182=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 182 (71.48% from 255 or 81.61% from 223); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F0AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0AB6 is #E0F549. Grayscale: #232323. Windows color (decimal): -14742858 or 11930143. OLE color: 11930143.

HSL color Cylindrical-coordinate representation of color #1F0AB6: hue angle of 247.33º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F0AB6 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3110182-
CMYK0.830.9500.29
HSL247.33º89.58%37.65%-
HSV(B)247.33º94.51%71.37%-
XYZ9.123.8944.53-
YUV35.89210.46124.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.90%
GREEN value IS 10 (4.30% from 255) = 4.48%
BLUE value IS 182 (71.48% from 255) = 81.61%
R=13.90%
G=4.48%
B=81.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal31101820.830.9500.29247.3389.5837.65
Hex1FAB6535F01Df75a26
Octal371226612313703536713246
Binary1111110101011011010100111011111011101111101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,10,182); }

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

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

 a { background-color: rgb(31,10,182); }

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

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

 span { border-color: rgb(31,10,182); }

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