#192548

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

Shades of Midnight Express #192548

Tints of Midnight Express #192548

Color information

#192548 (or 0x192548) is unknown color: approx Midnight Express. HEX triplet: 19, 25 and 48. RGB value is (25,37,72). Sum of RGB (Red+Green+Blue) = 25+37+72=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 72 (28.52% from 255 or 53.73% from 134); Max value from RGB is 72 - color contains mainly: blue. Hex color #192548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192548 is #E6DAB7. Grayscale: #252525. Windows color (decimal): -15129272 or 4728089. OLE color: 4728089.

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

Color convert

RGB253772-
CMYK0.650.4900.72
HSL224.68º48.45%19.02%-
HSV(B)224.68º65.28%28.24%-
XYZ2.2326.4-
YUV37.4147.52119.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 72 (28.52% from 255) = 53.73%
R=18.66%
G=27.61%
B=53.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2537720.650.4900.72224.6848.4519.02
Hex1925484131048e13013
Octal31451101016101103416023
Binary1100110010110010001000001110001010010001110000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192548; }

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

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

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

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

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

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

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

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