#1F0ABB

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

Shades of Medium Blue #1F0ABB

Tints of Medium Blue #1F0ABB

Color information

#1F0ABB (or 0x1F0ABB) is unknown color: approx Medium Blue. HEX triplet: 1F, 0A and BB. RGB value is (31,10,187). Sum of RGB (Red+Green+Blue) = 31+10+187=228 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.60% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 187 (73.44% from 255 or 82.02% from 228); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F0ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F0ABB is #E0F544. Grayscale: #232323. Windows color (decimal): -14742853 or 12257823. OLE color: 12257823.

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

Color convert

RGB3110187-
CMYK0.830.9500.27
HSL247.12º89.85%38.63%-
HSV(B)247.12º94.65%73.33%-
XYZ9.644.147.3-
YUV36.46212.96124.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.60%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 187 (73.44% from 255) = 82.02%
R=13.60%
G=4.39%
B=82.02%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31101870.830.9500.27247.1289.8538.63
Hex1FABB535F01Bf75a27
Octal371227312313703336713247
Binary1111110101011101110100111011111011011111101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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