#190FBB

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

Shades of Medium Blue #190FBB

Tints of Medium Blue #190FBB

Color information

#190FBB (or 0x190FBB) is unknown color: approx Medium Blue. HEX triplet: 19, 0F and BB. RGB value is (25,15,187). Sum of RGB (Red+Green+Blue) = 25+15+187=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 187 (73.44% from 255 or 82.38% from 227); Max value from RGB is 187 - color contains mainly: blue. Hex color #190FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #190FBB is #E6F044. Grayscale: #242424. Windows color (decimal): -15134789 or 12259097. OLE color: 12259097.

HSL color Cylindrical-coordinate representation of color #190FBB: hue angle of 243.49º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #190FBB is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2515187-
CMYK0.870.9200.27
HSL243.49º85.15%39.61%-
HSV(B)243.49º91.98%73.33%-
XYZ9.544.1447.31-
YUV37.6212.31119.01-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 187 (73.44% from 255) = 82.38%
R=11.01%
G=6.61%
B=82.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25151870.870.9200.27243.4985.1539.61
Hex19FBB575C01Bf35528
Octal311727312713403336312550
Binary1100111111011101110101111011100011011111100111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190FBB; }

 p { color: rgb(25,15,187); }

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

<style>
 a { background-color: #190FBB; }

 a { background-color: rgb(25,15,187); }

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

<style>
 span { border-color: #190FBB; }

 span { border-color: rgb(25,15,187); }

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