Html Css Color HEX #192742 Midnight Express

📋 copy color: '#192742'

red 25 ◦ green 39 ◦ blue 66

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

Shades of Midnight Express #192742

Tints of Midnight Express #192742

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30%

 BLUE value IS 66 (26.17% from 255) = 50.77%

R = 19.23%
G = 30%
B = 50.77%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#192742 (or 0x192742) is known color: Midnight Express. HEX triplet: 19, 27 and 42. RGB value is (25,39,66). Sum of RGB (Red+Green+Blue) = 25+39+66=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #192742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192742 is #E6D8BD. Grayscale: #252525. Windows color (decimal): -15128766 or 4335385. OLE color: 4335385.

HSL color Cylindrical-coordinate representation of color #192742: hue angle of 219.51º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192742 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 25 39 66 -
CMYK 0.62 0.41 0 0.74
HSL 219.51º 0.45% 0.18% -
HSV(B) 219.51º 0.62% 0.26% -
XYZ 2.11 2.05 5.44 -
YUV 37.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 25 39 66 0.62 0.41 0 0.74 219.51 0.45 0.18
Hex 19 27 42 3E 29 0 4A DC 2D 12
Octal 31 47 102 76 51 0 112 334 55 22
Binary 11001 100111 1000010 111110 101001 0 1001010 11011100 101101 10010

Color Harmonies of #192742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192742

Black with #192742

Text Example


Text Example

White with #192742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192742; }

 p { color: rgb(25,39,66); }

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

background-color css

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

 a { background-color: rgb(25,39,66); }

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

border-color css

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

 span { border-color: rgb(25,39,66); }

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