#192F48

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

Shades of Midnight #192F48

Tints of Midnight #192F48

Color information

#192F48 (or 0x192F48) is unknown color: approx Midnight. HEX triplet: 19, 2F and 48. RGB value is (25,47,72). Sum of RGB (Red+Green+Blue) = 25+47+72=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #192F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192F48 is #E6D0B7. Grayscale: #2B2B2B. Windows color (decimal): -15126712 or 4730649. OLE color: 4730649.

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

Color convert

RGB254772-
CMYK0.650.3500.72
HSL211.91º48.45%19.02%-
HSV(B)211.91º65.28%28.24%-
XYZ2.592.716.52-
YUV43.27144.21114.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.36%
GREEN value IS 47 (18.75% from 255) = 32.64%
BLUE value IS 72 (28.52% from 255) = 50%
R=17.36%
G=32.64%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2547720.650.3500.72211.9148.4519.02
Hex192F484123048d43013
Octal31571101014301103246023
Binary1100110111110010001000001100011010010001101010011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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