Html Css Color HEX #051148 Midnight Express

📋 copy color: '#051148'

red 5 ◦ green 17 ◦ blue 72

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

Shades of Midnight Express #051148

Tints of Midnight Express #051148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 76.6%

R = 5.32%
G = 18.09%
B = 76.6%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#051148 (or 0x051148) is known color: Midnight Express. HEX triplet: 05, 11 and 48. RGB value is (5,17,72). Sum of RGB (Red+Green+Blue) = 5+17+72=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #051148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051148 is #FAEEB7. Grayscale: #131313. Windows color (decimal): -16445112 or 4722949. OLE color: 4722949.

HSL color Cylindrical-coordinate representation of color #051148: hue angle of 229.25º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051148 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 17 72 -
CMYK 0.93 0.76 0 0.72
HSL 229.25º 0.87% 0.15% -
HSV(B) 229.25º 0.93% 0.28% -
XYZ 1.43 0.9 6.23 -
YUV 19.68 157.52 117.53 -
System Red Green Blue C M Y K H S L
Decimal 5 17 72 0.93 0.76 0 0.72 229.25 0.87 0.15
Hex 5 11 48 5D 4C 0 48 E5 57 F
Octal 5 21 110 135 114 0 110 345 127 17
Binary 101 10001 1001000 1011101 1001100 0 1001000 11100101 1010111 1111

Color Harmonies of #051148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051148

Black with #051148

Text Example


Text Example

White with #051148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051148; }

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

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

background-color css

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

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

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

border-color css

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

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

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