Html Css Color HEX #051144 Midnight Express

📋 copy color: '#051144'

red 5 ◦ green 17 ◦ blue 68

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

Shades of Midnight Express #051144

Tints of Midnight Express #051144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 75.56%

R = 5.56%
G = 18.89%
B = 75.56%

CMYK

 C value IS 0.93

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#051144 (or 0x051144) is known color: Midnight Express. HEX triplet: 05, 11 and 44. RGB value is (5,17,68). Sum of RGB (Red+Green+Blue) = 5+17+68=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 68 (26.95% from 255 or 75.56% from 90); Max value from RGB is 68 - color contains mainly: blue. Hex color #051144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051144 is #FAEEBB. Grayscale: #131313. Windows color (decimal): -16445116 or 4460805. OLE color: 4460805.

HSL color Cylindrical-coordinate representation of color #051144: hue angle of 228.57º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051144 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 17 68 -
CMYK 0.93 0.75 0 0.73
HSL 228.57º 0.86% 0.14% -
HSV(B) 228.57º 0.93% 0.27% -
XYZ 1.31 0.85 5.56 -
YUV 19.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 5 17 68 0.93 0.75 0 0.73 228.57 0.86 0.14
Hex 5 11 44 5D 4B 0 49 E5 56 E
Octal 5 21 104 135 113 0 111 345 126 16
Binary 101 10001 1000100 1011101 1001011 0 1001001 11100101 1010110 1110

Color Harmonies of #051144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051144

Black with #051144

Text Example


Text Example

White with #051144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051144; }

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

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

background-color css

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

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

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

border-color css

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

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

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