Html Css Color HEX #051336 Midnight Express

📋 copy color: '#051336'

red 5 ◦ green 19 ◦ blue 54

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

Shades of Midnight Express #051336

Tints of Midnight Express #051336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 24.36%

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

R = 6.41%
G = 24.36%
B = 69.23%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#051336 (or 0x051336) is known color: Midnight Express. HEX triplet: 05, 13 and 36. RGB value is (5,19,54). Sum of RGB (Red+Green+Blue) = 5+19+54=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 54 (21.48% from 255 or 69.23% from 78); Max value from RGB is 54 - color contains mainly: blue. Hex color #051336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051336 is #FAECC9. Grayscale: #121212. Windows color (decimal): -16444618 or 3543813. OLE color: 3543813.

HSL color Cylindrical-coordinate representation of color #051336: hue angle of 222.86º 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 #051336 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 19 54 -
CMYK 0.91 0.65 0 0.79
HSL 222.86º 0.83% 0.12% -
HSV(B) 222.86º 0.91% 0.21% -
XYZ 0.96 0.76 3.59 -
YUV 18.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 5 19 54 0.91 0.65 0 0.79 222.86 0.83 0.12
Hex 5 13 36 5B 41 0 4F DF 53 C
Octal 5 23 66 133 101 0 117 337 123 14
Binary 101 10011 110110 1011011 1000001 0 1001111 11011111 1010011 1100

Color Harmonies of #051336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051336

Black with #051336

Text Example


Text Example

White with #051336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051336; }

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

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

background-color css

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

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

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

border-color css

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

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

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