#192841

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

Shades of Midnight #192841

Tints of Midnight #192841

Color information

#192841 (or 0x192841) is unknown color: approx Midnight. HEX triplet: 19, 28 and 41. RGB value is (25,40,65). Sum of RGB (Red+Green+Blue) = 25+40+65=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 40 (16.02% from 255 or 30.77% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #192841 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192841 is #E6D7BE. Grayscale: #262626. Windows color (decimal): -15128511 or 4270105. OLE color: 4270105.

HSL color Cylindrical-coordinate representation of color #192841: hue angle of 217.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192841 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB254065-
CMYK0.620.3800.75
HSL217.5º44.44%17.65%-
HSV(B)217.5º61.54%25.49%-
XYZ2.112.115.3-
YUV38.36143.03118.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.23%
GREEN value IS 40 (16.02% from 255) = 30.77%
BLUE value IS 65 (25.78% from 255) = 50%
R=19.23%
G=30.77%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2540650.620.3800.75217.544.4417.65
Hex1928413E2604Bda2c12
Octal3150101764601133325422
Binary110011010001000001111110100110010010111101101010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192841; }

 p { color: rgb(25,40,65); }

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

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

 a { background-color: rgb(25,40,65); }

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

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

 span { border-color: rgb(25,40,65); }

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