#192475

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

Shades of Midnight Blue #192475

Tints of Midnight Blue #192475

Color information

#192475 (or 0x192475) is unknown color: approx Midnight Blue. HEX triplet: 19, 24 and 75. RGB value is (25,36,117). Sum of RGB (Red+Green+Blue) = 25+36+117=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 117 (46.09% from 255 or 65.73% from 178); Max value from RGB is 117 - color contains mainly: blue. Hex color #192475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192475 is #E6DB8A. Grayscale: #292929. Windows color (decimal): -15129483 or 7676953. OLE color: 7676953.

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

Color convert

RGB2536117-
CMYK0.790.6900.54
HSL232.83º64.79%27.84%-
HSV(B)232.83º78.63%45.88%-
XYZ4.242.7517.14-
YUV41.94170.36115.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 117 (46.09% from 255) = 65.73%
R=14.04%
G=20.22%
B=65.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25361170.790.6900.54232.8364.7927.84
Hex1924754F45036e9411c
Octal314416511710506635110134
Binary11001100100111010110011111000101011011011101001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192475; }

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

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

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

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

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

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

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

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