#192E48

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

Shades of Midnight #192E48

Tints of Midnight #192E48

Color information

#192E48 (or 0x192E48) is unknown color: approx Midnight. HEX triplet: 19, 2E and 48. RGB value is (25,46,72). Sum of RGB (Red+Green+Blue) = 25+46+72=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #192E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192E48 is #E6D1B7. Grayscale: #2A2A2A. Windows color (decimal): -15126968 or 4730393. OLE color: 4730393.

HSL color Cylindrical-coordinate representation of color #192E48: hue angle of 213.19º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #192E48 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB254672-
CMYK0.650.3600.72
HSL213.19º48.45%19.02%-
HSV(B)213.19º65.28%28.24%-
XYZ2.552.636.5-
YUV42.68144.54115.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=17.48%
G=32.17%
B=50.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2546720.650.3600.72213.1948.4519.02
Hex192E484124048d53013
Octal31561101014401103256023
Binary1100110111010010001000001100100010010001101010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192E48; }

 p { color: rgb(25,46,72); }

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

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

 a { background-color: rgb(25,46,72); }

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

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

 span { border-color: rgb(25,46,72); }

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