#1902C0

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

Shades of Medium Blue #1902C0

Tints of Medium Blue #1902C0

Color information

#1902C0 (or 0x1902C0) is unknown color: approx Medium Blue. HEX triplet: 19, 02 and C0. RGB value is (25,2,192). Sum of RGB (Red+Green+Blue) = 25+2+192=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #1902C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1902C0 is #E6FD3F. Grayscale: #1D1D1D. Windows color (decimal): -15138112 or 12583449. OLE color: 12583449.

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

Color convert

RGB252192-
CMYK0.870.9900.25
HSL247.26º97.94%38.04%-
HSV(B)247.26º98.96%75.29%-
XYZ9.944.0650.13-
YUV30.54219.12124.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 192 (75.39% from 255) = 87.67%
R=11.42%
G=0.91%
B=87.67%

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
Decimal2521920.870.9900.25247.2697.9438.04
Hex192C05763019f76226
Octal31230012714303136714246
Binary11001101100000010101111100011011001111101111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1902C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1902C0; }

 p { color: rgb(25,2,192); }

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

<style>
 a { background-color: #1902C0; }

 a { background-color: rgb(25,2,192); }

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

<style>
 span { border-color: #1902C0; }

 span { border-color: rgb(25,2,192); }

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