Html Css Color HEX #050942 Midnight Express

📋 copy color: '#050942'

red 5 ◦ green 9 ◦ blue 66

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

Shades of Midnight Express #050942

Tints of Midnight Express #050942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 82.5%

R = 6.25%
G = 11.25%
B = 82.5%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#050942 (or 0x050942) is known color: Midnight Express. HEX triplet: 05, 09 and 42. RGB value is (5,9,66). Sum of RGB (Red+Green+Blue) = 5+9+66=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 66 (26.17% from 255 or 82.5% from 80); Max value from RGB is 66 - color contains mainly: blue. Hex color #050942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050942 is #FAF6BD. Grayscale: #0E0E0E. Windows color (decimal): -16447166 or 4327685. OLE color: 4327685.

HSL color Cylindrical-coordinate representation of color #050942: hue angle of 236.07º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #050942 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 9 66 -
CMYK 0.92 0.86 0 0.74
HSL 236.07º 0.86% 0.14% -
HSV(B) 236.07º 0.92% 0.26% -
XYZ 1.14 0.62 5.21 -
YUV 14.3 157.17 121.37 -
System Red Green Blue C M Y K H S L
Decimal 5 9 66 0.92 0.86 0 0.74 236.07 0.86 0.14
Hex 5 9 42 5C 56 0 4A EC 56 E
Octal 5 11 102 134 126 0 112 354 126 16
Binary 101 1001 1000010 1011100 1010110 0 1001010 11101100 1010110 1110

Color Harmonies of #050942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050942

Black with #050942

Text Example


Text Example

White with #050942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050942; }

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

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

background-color css

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

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

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

border-color css

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

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

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