Html Css Color HEX #192048 Midnight Express

📋 copy color: '#192048'

red 25 ◦ green 32 ◦ blue 72

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

Shades of Midnight Express #192048

Tints of Midnight Express #192048

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.81%

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

R = 19.38%
G = 24.81%
B = 55.81%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#192048 (or 0x192048) is known color: Midnight Express. HEX triplet: 19, 20 and 48. RGB value is (25,32,72). Sum of RGB (Red+Green+Blue) = 25+32+72=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #192048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192048 is #E6DFB7. Grayscale: #222222. Windows color (decimal): -15130552 or 4726809. OLE color: 4726809.

HSL color Cylindrical-coordinate representation of color #192048: hue angle of 231.06º 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 #192048 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 25 32 72 -
CMYK 0.65 0.56 0 0.72
HSL 231.06º 0.48% 0.19% -
HSV(B) 231.06º 0.65% 0.28% -
XYZ 2.09 1.71 6.35 -
YUV 34.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 25 32 72 0.65 0.56 0 0.72 231.06 0.48 0.19
Hex 19 20 48 41 38 0 48 E7 30 13
Octal 31 40 110 101 70 0 110 347 60 23
Binary 11001 100000 1001000 1000001 111000 0 1001000 11100111 110000 10011

Color Harmonies of #192048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192048

Black with #192048

Text Example


Text Example

White with #192048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192048; }

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

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

background-color css

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

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

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

border-color css

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

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

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