#191ddb

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

Shades of Medium Blue #191DDB

Tints of Medium Blue #191DDB

Color information

#191DDB (or 0x191DDB) is unknown color: approx Medium Blue. HEX triplet: 19, 1D and DB. RGB value is (25,29,219). Sum of RGB (Red+Green+Blue) = 25+29+219=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #191DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191DDB is #E6E224. Grayscale: #303030. Windows color (decimal): -15131173 or 14359833. OLE color: 14359833.

HSL color Cylindrical-coordinate representation of color #191DDB: hue angle of 238.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #191DDB is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2529219-
CMYK0.890.8700.14
HSL238.76º79.51%47.84%-
HSV(B)238.76º88.58%85.88%-
XYZ13.636.267.5-
YUV49.46223.67110.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 29 (11.72% from 255) = 10.62%
BLUE value IS 219 (85.94% from 255) = 80.22%
R=9.16%
G=10.62%
B=80.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal25292190.890.8700.14238.7679.5147.84
Hex191DDB59570Eef5030
Octal313533313112701635712060
Binary1100111101110110111011001101011101110111011111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191ddb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191ddb; }

 p { color: rgb(25,29,219); }

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

<style>
 a { background-color: #191ddb; }

 a { background-color: rgb(25,29,219); }

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

<style>
 span { border-color: #191ddb; }

 span { border-color: rgb(25,29,219); }

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