#192448

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

Shades of Midnight Express #192448

Tints of Midnight Express #192448

Color information

#192448 (or 0x192448) is unknown color: approx Midnight Express. HEX triplet: 19, 24 and 48. RGB value is (25,36,72). Sum of RGB (Red+Green+Blue) = 25+36+72=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #192448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192448 is #E6DBB7. Grayscale: #242424. Windows color (decimal): -15129528 or 4727833. OLE color: 4727833.

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

Color convert

RGB253672-
CMYK0.650.500.72
HSL225.96º48.45%19.02%-
HSV(B)225.96º65.28%28.24%-
XYZ2.21.946.39-
YUV36.82147.86119.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.80%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=18.80%
G=27.07%
B=54.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2536720.650.500.72225.9648.4519.02
Hex1924484132048e23013
Octal31441101016201103426023
Binary1100110010010010001000001110010010010001110001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192448; }

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

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

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

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

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

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

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

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