#1902B9

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

Shades of Medium Blue #1902B9

Tints of Medium Blue #1902B9

Color information

#1902B9 (or 0x1902B9) is unknown color: approx Medium Blue. HEX triplet: 19, 02 and B9. RGB value is (25,2,185). Sum of RGB (Red+Green+Blue) = 25+2+185=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 185 (72.66% from 255 or 87.26% from 212); Max value from RGB is 185 - color contains mainly: blue. Hex color #1902B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1902B9 is #E6FD46. Grayscale: #1D1D1D. Windows color (decimal): -15138119 or 12124697. OLE color: 12124697.

HSL color Cylindrical-coordinate representation of color #1902B9: hue angle of 247.54º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1902B9 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB252185-
CMYK0.860.9900.27
HSL247.54º97.86%36.67%-
HSV(B)247.54º98.92%72.55%-
XYZ9.183.7546.14-
YUV29.74215.62124.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.79%
GREEN value IS 2 (1.17% from 255) = 0.94%
BLUE value IS 185 (72.66% from 255) = 87.26%
R=11.79%
G=0.94%
B=87.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2521850.860.9900.27247.5497.8636.67
Hex192B9566301Bf86225
Octal31227112614303337014245
Binary11001101011100110101101100011011011111110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1902B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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