Html Css Color HEX #192148 Midnight Express

📋 copy color: '#192148'

red 25 ◦ green 33 ◦ blue 72

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

Shades of Midnight Express #192148

Tints of Midnight Express #192148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.38%

 BLUE value IS 72 (28.52% from 255) = 55.38%

R = 19.23%
G = 25.38%
B = 55.38%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#192148 (or 0x192148) is known color: Midnight Express. HEX triplet: 19, 21 and 48. RGB value is (25,33,72). Sum of RGB (Red+Green+Blue) = 25+33+72=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #192148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192148 is #E6DEB7. Grayscale: #222222. Windows color (decimal): -15130296 or 4727065. OLE color: 4727065.

HSL color Cylindrical-coordinate representation of color #192148: hue angle of 229.79º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #192148 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 33 72 -
CMYK 0.65 0.54 0 0.72
HSL 229.79º 0.48% 0.19% -
HSV(B) 229.79º 0.65% 0.28% -
XYZ 2.11 1.76 6.36 -
YUV 35.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 25 33 72 0.65 0.54 0 0.72 229.79 0.48 0.19
Hex 19 21 48 41 36 0 48 E6 30 13
Octal 31 41 110 101 66 0 110 346 60 23
Binary 11001 100001 1001000 1000001 110110 0 1001000 11100110 110000 10011

Color Harmonies of #192148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192148

Black with #192148

Text Example


Text Example

White with #192148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192148; }

 p { color: rgb(25,33,72); }

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

background-color css

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

 a { background-color: rgb(25,33,72); }

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

border-color css

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

 span { border-color: rgb(25,33,72); }

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