#192233

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

Shades of Midnight Express #192233

Tints of Midnight Express #192233

Color information

#192233 (or 0x192233) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 33. RGB value is (25,34,51). Sum of RGB (Red+Green+Blue) = 25+34+51=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 51 - color contains mainly: blue. Hex color #192233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192233 is #E6DDCC. Grayscale: #212121. Windows color (decimal): -15130061 or 3351065. OLE color: 3351065.

HSL color Cylindrical-coordinate representation of color #192233: hue angle of 219.23º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #192233 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB253451-
CMYK0.510.3300.8
HSL219.23º34.21%14.9%-
HSV(B)219.23º50.98%20%-
XYZ1.571.593.36-
YUV33.25138.02122.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=22.73%
G=30.91%
B=46.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2534510.510.3300.8219.2334.2114.9
Hex1922333321050db22f
Octal314263634101203334217
Binary1100110001011001111001110000101010000110110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192233; }

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

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

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

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

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

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

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

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