Html Css Color HEX #051134 Midnight Express

📋 copy color: '#051134'

red 5 ◦ green 17 ◦ blue 52

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

Shades of Midnight Express #051134

Tints of Midnight Express #051134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 70.27%

R = 6.76%
G = 22.97%
B = 70.27%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#051134 (or 0x051134) is known color: Midnight Express. HEX triplet: 05, 11 and 34. RGB value is (5,17,52). Sum of RGB (Red+Green+Blue) = 5+17+52=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 52 (20.70% from 255 or 70.27% from 74); Max value from RGB is 52 - color contains mainly: blue. Hex color #051134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051134 is #FAEECB. Grayscale: #111111. Windows color (decimal): -16445132 or 3412229. OLE color: 3412229.

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

Color convert

RGB 5 17 52 -
CMYK 0.90 0.67 0 0.80
HSL 224.68º 0.82% 0.11% -
HSV(B) 224.68º 0.9% 0.2% -
XYZ 0.88 0.68 3.33 -
YUV 17.4 147.52 119.15 -
System Red Green Blue C M Y K H S L
Decimal 5 17 52 0.90 0.67 0 0.80 224.68 0.82 0.11
Hex 5 11 34 5A 43 0 50 E1 52 B
Octal 5 21 64 132 103 0 120 341 122 13
Binary 101 10001 110100 1011010 1000011 0 1010000 11100001 1010010 1011

Color Harmonies of #051134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051134

Black with #051134

Text Example


Text Example

White with #051134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051134; }

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

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

background-color css

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

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

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

border-color css

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

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

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