Html Css Color HEX #050932 Midnight Express

📋 copy color: '#050932'

red 5 ◦ green 9 ◦ blue 50

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

Shades of Midnight Express #050932

Tints of Midnight Express #050932

RGB

 RED value IS 5 (2.34% from 255) = 7.81%

 GREEN value IS 9 (3.91% from 255) = 14.06%

 BLUE value IS 50 (19.92% from 255) = 78.13%

R = 7.81%
G = 14.06%
B = 78.13%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#050932 (or 0x050932) is known color: Midnight Express. HEX triplet: 05, 09 and 32. RGB value is (5,9,50). Sum of RGB (Red+Green+Blue) = 5+9+50=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 50 (19.92% from 255 or 78.12% from 64); Max value from RGB is 50 - color contains mainly: blue. Hex color #050932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050932 is #FAF6CD. Grayscale: #0C0C0C. Windows color (decimal): -16447182 or 3279109. OLE color: 3279109.

HSL color Cylindrical-coordinate representation of color #050932: hue angle of 234.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050932 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 9 50 -
CMYK 0.90 0.82 0 0.80
HSL 234.67º 0.82% 0.11% -
HSV(B) 234.67º 0.9% 0.2% -
XYZ 0.74 0.46 3.07 -
YUV 12.48 149.17 122.67 -
System Red Green Blue C M Y K H S L
Decimal 5 9 50 0.90 0.82 0 0.80 234.67 0.82 0.11
Hex 5 9 32 5A 52 0 50 EB 52 B
Octal 5 11 62 132 122 0 120 353 122 13
Binary 101 1001 110010 1011010 1010010 0 1010000 11101011 1010010 1011

Color Harmonies of #050932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050932

Black with #050932

Text Example


Text Example

White with #050932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050932; }

 p { color: rgb(5,9,50); }

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

background-color css

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

 a { background-color: rgb(5,9,50); }

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

border-color css

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

 span { border-color: rgb(5,9,50); }

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