#1901BE

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

Shades of Medium Blue #1901BE

Tints of Medium Blue #1901BE

Color information

#1901BE (or 0x1901BE) is unknown color: approx Medium Blue. HEX triplet: 19, 01 and BE. RGB value is (25,1,190). Sum of RGB (Red+Green+Blue) = 25+1+190=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #1901BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1901BE is #E6FE41. Grayscale: #1C1C1C. Windows color (decimal): -15138370 or 12452121. OLE color: 12452121.

HSL color Cylindrical-coordinate representation of color #1901BE: hue angle of 247.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1901BE is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB251190-
CMYK0.870.9900.25
HSL247.62º98.95%37.45%-
HSV(B)247.62º99.47%74.51%-
XYZ9.713.9548.97-
YUV29.72218.45124.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 190 (74.61% from 255) = 87.96%
R=11.57%
G=0.46%
B=87.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2511900.870.9900.25247.6298.9537.45
Hex191BE5763019f86325
Octal31127612714303137014345
Binary1100111011111010101111100011011001111110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1901BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1901BE; }

 p { color: rgb(25,1,190); }

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

<style>
 a { background-color: #1901BE; }

 a { background-color: rgb(25,1,190); }

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

<style>
 span { border-color: #1901BE; }

 span { border-color: rgb(25,1,190); }

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