#192C48

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

Shades of Midnight #192C48

Tints of Midnight #192C48

Color information

#192C48 (or 0x192C48) is unknown color: approx Midnight. HEX triplet: 19, 2C and 48. RGB value is (25,44,72). Sum of RGB (Red+Green+Blue) = 25+44+72=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 44 (17.58% from 255 or 31.21% from 141); Blue value is 72 (28.52% from 255 or 51.06% from 141); Max value from RGB is 72 - color contains mainly: blue. Hex color #192C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192C48 is #E6D3B7. Grayscale: #292929. Windows color (decimal): -15127480 or 4729881. OLE color: 4729881.

HSL color Cylindrical-coordinate representation of color #192C48: hue angle of 215.74º 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 #192C48 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB254472-
CMYK0.650.3900.72
HSL215.74º48.45%19.02%-
HSV(B)215.74º65.28%28.24%-
XYZ2.472.486.48-
YUV41.51145.21116.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 44 (17.58% from 255) = 31.21%
BLUE value IS 72 (28.52% from 255) = 51.06%
R=17.73%
G=31.21%
B=51.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2544720.650.3900.72215.7448.4519.02
Hex192C484127048d83013
Octal31541101014701103306023
Binary1100110110010010001000001100111010010001101100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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