#192248

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

Shades of Midnight Express #192248

Tints of Midnight Express #192248

Color information

#192248 (or 0x192248) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 48. RGB value is (25,34,72). Sum of RGB (Red+Green+Blue) = 25+34+72=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #192248 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192248 is #E6DDB7. Grayscale: #232323. Windows color (decimal): -15130040 or 4727321. OLE color: 4727321.

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

Color convert

RGB253472-
CMYK0.650.5300.72
HSL228.51º48.45%19.02%-
HSV(B)228.51º65.28%28.24%-
XYZ2.141.826.37-
YUV35.64148.52120.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.08%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=19.08%
G=25.95%
B=54.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2534720.650.5300.72228.5148.4519.02
Hex1922484135048e53013
Octal31421101016501103456023
Binary1100110001010010001000001110101010010001110010111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192248; }

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

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

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

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

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

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

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

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