#192338

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

Shades of Midnight Express #192338

Tints of Midnight Express #192338

Color information

#192338 (or 0x192338) is unknown color: approx Midnight Express. HEX triplet: 19, 23 and 38. RGB value is (25,35,56). Sum of RGB (Red+Green+Blue) = 25+35+56=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #192338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192338 is #E6DCC7. Grayscale: #222222. Windows color (decimal): -15129800 or 3679001. OLE color: 3679001.

HSL color Cylindrical-coordinate representation of color #192338: hue angle of 220.65º 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 #192338 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB253556-
CMYK0.550.3700.78
HSL220.65º38.27%15.88%-
HSV(B)220.65º55.36%21.96%-
XYZ1.721.693.98-
YUV34.4140.19121.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=21.55%
G=30.17%
B=48.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2535560.550.3700.78220.6538.2715.88
Hex192338372504Edd2610
Octal314370674501163354620
Binary11001100011111000110111100101010011101101110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192338; }

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

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

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

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

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

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

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

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