Html Css Color HEX #050D36 Midnight Express

📋 copy color: '#050D36'

red 5 ◦ green 13 ◦ blue 54

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

Shades of Midnight Express #050D36

Tints of Midnight Express #050D36

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.06%

 BLUE value IS 54 (21.48% from 255) = 75%

R = 6.94%
G = 18.06%
B = 75%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#050D36 (or 0x050D36) is known color: Midnight Express. HEX triplet: 05, 0D and 36. RGB value is (5,13,54). Sum of RGB (Red+Green+Blue) = 5+13+54=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #050D36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D36 is #FAF2C9. Grayscale: #0F0F0F. Windows color (decimal): -16446154 or 3542277. OLE color: 3542277.

HSL color Cylindrical-coordinate representation of color #050D36: hue angle of 230.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #050D36 is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 13 54 -
CMYK 0.91 0.76 0 0.79
HSL 230.2º 0.83% 0.12% -
HSV(B) 230.2º 0.91% 0.21% -
XYZ 0.87 0.59 3.56 -
YUV 15.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 5 13 54 0.91 0.76 0 0.79 230.2 0.83 0.12
Hex 5 D 36 5B 4C 0 4F E6 53 C
Octal 5 15 66 133 114 0 117 346 123 14
Binary 101 1101 110110 1011011 1001100 0 1001111 11100110 1010011 1100

Color Harmonies of #050D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D36

Black with #050D36

Text Example


Text Example

White with #050D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050D36; }

 p { color: rgb(5,13,54); }

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

background-color css

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

 a { background-color: rgb(5,13,54); }

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

border-color css

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

 span { border-color: rgb(5,13,54); }

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