Html Css Color HEX #192241 Midnight Express

📋 copy color: '#192241'

red 25 ◦ green 34 ◦ blue 65

#192241
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #192241

Tints of Midnight Express #192241

RGB

 RED value IS 25 (10.16% from 255) = 20.16%

 GREEN value IS 34 (13.67% from 255) = 27.42%

 BLUE value IS 65 (25.78% from 255) = 52.42%

R = 20.16%
G = 27.42%
B = 52.42%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#192241 (or 0x192241) is known color: Midnight Express. HEX triplet: 19, 22 and 41. RGB value is (25,34,65). Sum of RGB (Red+Green+Blue) = 25+34+65=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #192241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192241 is #E6DDBE. Grayscale: #222222. Windows color (decimal): -15130047 or 4268569. OLE color: 4268569.

HSL color Cylindrical-coordinate representation of color #192241: hue angle of 226.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192241 is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 25 34 65 -
CMYK 0.62 0.48 0 0.75
HSL 226.5º 0.44% 0.18% -
HSV(B) 226.5º 0.62% 0.25% -
XYZ 1.93 1.73 5.23 -
YUV 34.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 25 34 65 0.62 0.48 0 0.75 226.5 0.44 0.18
Hex 19 22 41 3E 30 0 4B E2 2C 12
Octal 31 42 101 76 60 0 113 342 54 22
Binary 11001 100010 1000001 111110 110000 0 1001011 11100010 101100 10010

Color Harmonies of #192241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192241

Black with #192241

Text Example


Text Example

White with #192241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192241; }

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

 H1.HeaderClassName
 {
   color: #192241;
 }
 .AnyTagClassName
 {
   color: #192241;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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