Html Css Color HEX #051136 Midnight Express

📋 copy color: '#051136'

red 5 ◦ green 17 ◦ blue 54

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

Shades of Midnight Express #051136

Tints of Midnight Express #051136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.37%

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

R = 6.58%
G = 22.37%
B = 71.05%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#051136 (or 0x051136) is known color: Midnight Express. HEX triplet: 05, 11 and 36. RGB value is (5,17,54). Sum of RGB (Red+Green+Blue) = 5+17+54=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 54 (21.48% from 255 or 71.05% from 76); Max value from RGB is 54 - color contains mainly: blue. Hex color #051136 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051136 is #FAEEC9. Grayscale: #111111. Windows color (decimal): -16445130 or 3543301. OLE color: 3543301.

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

Color convert

RGB 5 17 54 -
CMYK 0.91 0.69 0 0.79
HSL 225.31º 0.83% 0.12% -
HSV(B) 225.31º 0.91% 0.21% -
XYZ 0.93 0.7 3.58 -
YUV 17.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 5 17 54 0.91 0.69 0 0.79 225.31 0.83 0.12
Hex 5 11 36 5B 45 0 4F E1 53 C
Octal 5 21 66 133 105 0 117 341 123 14
Binary 101 10001 110110 1011011 1000101 0 1001111 11100001 1010011 1100

Color Harmonies of #051136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051136

Black with #051136

Text Example


Text Example

White with #051136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051136; }

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

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

background-color css

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

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

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

border-color css

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

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

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