Html Css Color HEX #050933 Midnight Express

📋 copy color: '#050933'

red 5 ◦ green 9 ◦ blue 51

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

Shades of Midnight Express #050933

Tints of Midnight Express #050933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 78.46%

R = 7.69%
G = 13.85%
B = 78.46%

CMYK

 C value IS 0.90

 M value IS 0.82

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#050933 (or 0x050933) is known color: Midnight Express. HEX triplet: 05, 09 and 33. RGB value is (5,9,51). Sum of RGB (Red+Green+Blue) = 5+9+51=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 51 (20.31% from 255 or 78.46% from 65); Max value from RGB is 51 - color contains mainly: blue. Hex color #050933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050933 is #FAF6CC. Grayscale: #0C0C0C. Windows color (decimal): -16447181 or 3344645. OLE color: 3344645.

HSL color Cylindrical-coordinate representation of color #050933: hue angle of 234.78º 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 #050933 is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 9 51 -
CMYK 0.90 0.82 0 0.8
HSL 234.78º 0.82% 0.11% -
HSV(B) 234.78º 0.9% 0.2% -
XYZ 0.76 0.47 3.18 -
YUV 12.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 5 9 51 0.90 0.82 0 0.8 234.78 0.82 0.11
Hex 5 9 33 5A 52 0 50 EB 52 B
Octal 5 11 63 132 122 0 120 353 122 13
Binary 101 1001 110011 1011010 1010010 0 1010000 11101011 1010010 1011

Color Harmonies of #050933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050933

Black with #050933

Text Example


Text Example

White with #050933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050933; }

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

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

background-color css

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

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

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

border-color css

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

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

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