Html Css Color HEX #192335 Midnight Express

📋 copy color: '#192335'

red 25 ◦ green 35 ◦ blue 53

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

Shades of Midnight Express #192335

Tints of Midnight Express #192335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

 BLUE value IS 53 (21.09% from 255) = 46.9%

R = 22.12%
G = 30.97%
B = 46.9%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#192335 (or 0x192335) is known color: Midnight Express. HEX triplet: 19, 23 and 35. RGB value is (25,35,53). Sum of RGB (Red+Green+Blue) = 25+35+53=113 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.12% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #192335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192335 is #E6DCCA. Grayscale: #212121. Windows color (decimal): -15129803 or 3482393. OLE color: 3482393.

HSL color Cylindrical-coordinate representation of color #192335: hue angle of 218.57º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #192335 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 35 53 -
CMYK 0.53 0.34 0 0.79
HSL 218.57º 0.36% 0.15% -
HSV(B) 218.57º 0.53% 0.21% -
XYZ 1.64 1.67 3.6 -
YUV 34.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 25 35 53 0.53 0.34 0 0.79 218.57 0.36 0.15
Hex 19 23 35 35 22 0 4F DB 24 F
Octal 31 43 65 65 42 0 117 333 44 17
Binary 11001 100011 110101 110101 100010 0 1001111 11011011 100100 1111

Color Harmonies of #192335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192335

Black with #192335

Text Example


Text Example

White with #192335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192335; }

 p { color: rgb(25,35,53); }

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

background-color css

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

 a { background-color: rgb(25,35,53); }

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

border-color css

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

 span { border-color: rgb(25,35,53); }

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