Html Css Color HEX #192948 Midnight Express

📋 copy color: '#192948'

red 25 ◦ green 41 ◦ blue 72

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

Shades of Midnight Express #192948

Tints of Midnight Express #192948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.71%

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

R = 18.12%
G = 29.71%
B = 52.17%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#192948 (or 0x192948) is known color: Midnight Express. HEX triplet: 19, 29 and 48. RGB value is (25,41,72). Sum of RGB (Red+Green+Blue) = 25+41+72=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #192948 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192948 is #E6D6B7. Grayscale: #272727. Windows color (decimal): -15128248 or 4729113. OLE color: 4729113.

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

Color convert

RGB 25 41 72 -
CMYK 0.65 0.43 0 0.72
HSL 219.57º 0.48% 0.19% -
HSV(B) 219.57º 0.65% 0.28% -
XYZ 2.36 2.26 6.44 -
YUV 39.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 25 41 72 0.65 0.43 0 0.72 219.57 0.48 0.19
Hex 19 29 48 41 2B 0 48 DC 30 13
Octal 31 51 110 101 53 0 110 334 60 23
Binary 11001 101001 1001000 1000001 101011 0 1001000 11011100 110000 10011

Color Harmonies of #192948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192948

Black with #192948

Text Example


Text Example

White with #192948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192948; }

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

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

background-color css

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

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

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

border-color css

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

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

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