#1914B7

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

Shades of Medium Blue #1914B7

Tints of Medium Blue #1914B7

Color information

#1914B7 (or 0x1914B7) is unknown color: approx Medium Blue. HEX triplet: 19, 14 and B7. RGB value is (25,20,183). Sum of RGB (Red+Green+Blue) = 25+20+183=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 183 (71.88% from 255 or 80.26% from 228); Max value from RGB is 183 - color contains mainly: blue. Hex color #1914B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1914B7 is #E6EB48. Grayscale: #272727. Windows color (decimal): -15133513 or 11998233. OLE color: 11998233.

HSL color Cylindrical-coordinate representation of color #1914B7: hue angle of 241.84º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1914B7 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2520183-
CMYK0.860.8900.28
HSL241.84º80.3%39.8%-
HSV(B)241.84º89.07%71.76%-
XYZ9.24.1345.11-
YUV40.08208.66117.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.96%
GREEN value IS 20 (8.20% from 255) = 8.77%
BLUE value IS 183 (71.88% from 255) = 80.26%
R=10.96%
G=8.77%
B=80.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal25201830.860.8900.28241.8480.339.8
Hex1914B7565901Cf25028
Octal312426712613103436212050
Binary11001101001011011110101101011001011100111100101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1914B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1914B7; }

 p { color: rgb(25,20,183); }

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

<style>
 a { background-color: #1914B7; }

 a { background-color: rgb(25,20,183); }

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

<style>
 span { border-color: #1914B7; }

 span { border-color: rgb(25,20,183); }

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