#192238

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

Shades of Midnight Express #192238

Tints of Midnight Express #192238

Color information

#192238 (or 0x192238) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 38. RGB value is (25,34,56). Sum of RGB (Red+Green+Blue) = 25+34+56=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #192238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192238 is #E6DDC7. Grayscale: #212121. Windows color (decimal): -15130056 or 3678745. OLE color: 3678745.

HSL color Cylindrical-coordinate representation of color #192238: hue angle of 222.58º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #192238 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB253456-
CMYK0.550.3900.78
HSL222.58º38.27%15.88%-
HSV(B)222.58º55.36%21.96%-
XYZ1.691.643.97-
YUV33.82140.52121.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 56 (22.27% from 255) = 48.70%
R=21.74%
G=29.57%
B=48.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2534560.550.3900.78222.5838.2715.88
Hex192238372704Edf2610
Octal314270674701163374620
Binary11001100010111000110111100111010011101101111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192238; }

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

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

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

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

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

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

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

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