#192041

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

Shades of Midnight Express #192041

Tints of Midnight Express #192041

Color information

#192041 (or 0x192041) is unknown color: approx Midnight Express. HEX triplet: 19, 20 and 41. RGB value is (25,32,65). Sum of RGB (Red+Green+Blue) = 25+32+65=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #192041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192041 is #E6DFBE. Grayscale: #212121. Windows color (decimal): -15130559 or 4268057. OLE color: 4268057.

HSL color Cylindrical-coordinate representation of color #192041: hue angle of 229.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 #192041 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB253265-
CMYK0.620.5100.75
HSL229.5º44.44%17.65%-
HSV(B)229.5º61.54%25.49%-
XYZ1.871.625.22-
YUV33.67145.68121.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=20.49%
G=26.23%
B=53.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2532650.620.5100.75229.544.4417.65
Hex1920413E3304Be62c12
Octal3140101766301133465422
Binary110011000001000001111110110011010010111110011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192041; }

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

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

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

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

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

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

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

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