#191275

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

Shades of Midnight Blue #191275

Tints of Midnight Blue #191275

Color information

#191275 (or 0x191275) is unknown color: approx Midnight Blue. HEX triplet: 19, 12 and 75. RGB value is (25,18,117). Sum of RGB (Red+Green+Blue) = 25+18+117=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #191275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191275 is #E6ED8A. Grayscale: #1E1E1E. Windows color (decimal): -15134091 or 7672345. OLE color: 7672345.

HSL color Cylindrical-coordinate representation of color #191275: hue angle of 244.24º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191275 is Cyan = 0.79, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2518117-
CMYK0.790.8500.54
HSL244.24º73.33%26.47%-
HSV(B)244.24º84.62%45.88%-
XYZ3.831.9217-
YUV31.38176.32123.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 117 (46.09% from 255) = 73.12%
R=15.62%
G=11.25%
B=73.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25181170.790.8500.54244.2473.3326.47
Hex1912754F55036f4491a
Octal312216511712506636411132
Binary1100110010111010110011111010101011011011110100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191275; }

 p { color: rgb(25,18,117); }

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

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

 a { background-color: rgb(25,18,117); }

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

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

 span { border-color: rgb(25,18,117); }

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