#192975

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

Shades of Midnight Blue #192975

Tints of Midnight Blue #192975

Color information

#192975 (or 0x192975) is unknown color: approx Midnight Blue. HEX triplet: 19, 29 and 75. RGB value is (25,41,117). Sum of RGB (Red+Green+Blue) = 25+41+117=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #192975 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192975 is #E6D68A. Grayscale: #2C2C2C. Windows color (decimal): -15128203 or 7678233. OLE color: 7678233.

HSL color Cylindrical-coordinate representation of color #192975: hue angle of 229.57º degrees, saturation: 0.65, 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 #192975 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2541117-
CMYK0.790.6500.54
HSL229.57º64.79%27.84%-
HSV(B)229.57º78.63%45.88%-
XYZ4.43.0817.19-
YUV44.88168.7113.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=13.66%
G=22.40%
B=63.93%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25411170.790.6500.54229.5764.7927.84
Hex1929754F41036e6411c
Octal315116511710106634610134
Binary11001101001111010110011111000001011011011100110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192975; }

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

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

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

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

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

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

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

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