#192235

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

Shades of Midnight Express #192235

Tints of Midnight Express #192235

Color information

#192235 (or 0x192235) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 35. RGB value is (25,34,53). Sum of RGB (Red+Green+Blue) = 25+34+53=112 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.32% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 53 (21.09% from 255 or 47.32% from 112); Max value from RGB is 53 - color contains mainly: blue. Hex color #192235 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192235 is #E6DDCA. Grayscale: #212121. Windows color (decimal): -15130059 or 3482137. OLE color: 3482137.

HSL color Cylindrical-coordinate representation of color #192235: hue angle of 220.71º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #192235 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB253453-
CMYK0.530.3600.79
HSL220.71º35.9%15.29%-
HSV(B)220.71º52.83%20.78%-
XYZ1.621.613.59-
YUV33.48139.02121.96-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.32%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 53 (21.09% from 255) = 47.32%
R=22.32%
G=30.36%
B=47.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2534530.530.3600.79220.7135.915.29
Hex192235352404Fdd24f
Octal314265654401173354417
Binary1100110001011010111010110010001001111110111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192235; }

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

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

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

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

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

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

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

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