#191875

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

Shades of Midnight Blue #191875

Tints of Midnight Blue #191875

Color information

#191875 (or 0x191875) is unknown color: approx Midnight Blue. HEX triplet: 19, 18 and 75. RGB value is (25,24,117). Sum of RGB (Red+Green+Blue) = 25+24+117=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #191875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #191875 is #E6E78A. Grayscale: #222222. Windows color (decimal): -15132555 or 7673881. OLE color: 7673881.

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

Color convert

RGB2524117-
CMYK0.790.7900.54
HSL240.65º65.96%27.65%-
HSV(B)240.65º79.49%45.88%-
XYZ3.942.1417.04-
YUV34.9174.33120.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 117 (46.09% from 255) = 70.48%
R=15.06%
G=14.46%
B=70.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25241170.790.7900.54240.6565.9627.65
Hex1918754F4F036f1421c
Octal313016511711706636110234
Binary1100111000111010110011111001111011011011110001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191875; }

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

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

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

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

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

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

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

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