Html Css Color HEX #051048 Midnight Express

📋 copy color: '#051048'

red 5 ◦ green 16 ◦ blue 72

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

Shades of Midnight Express #051048

Tints of Midnight Express #051048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.2%

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

R = 5.38%
G = 17.2%
B = 77.42%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#051048 (or 0x051048) is known color: Midnight Express. HEX triplet: 05, 10 and 48. RGB value is (5,16,72). Sum of RGB (Red+Green+Blue) = 5+16+72=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #051048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051048 is #FAEFB7. Grayscale: #121212. Windows color (decimal): -16445368 or 4722693. OLE color: 4722693.

HSL color Cylindrical-coordinate representation of color #051048: hue angle of 230.15º 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 #051048 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 16 72 -
CMYK 0.93 0.78 0 0.72
HSL 230.15º 0.87% 0.15% -
HSV(B) 230.15º 0.93% 0.28% -
XYZ 1.42 0.87 6.22 -
YUV 19.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 5 16 72 0.93 0.78 0 0.72 230.15 0.87 0.15
Hex 5 10 48 5D 4E 0 48 E6 57 F
Octal 5 20 110 135 116 0 110 346 127 17
Binary 101 10000 1001000 1011101 1001110 0 1001000 11100110 1010111 1111

Color Harmonies of #051048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051048

Black with #051048

Text Example


Text Example

White with #051048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051048; }

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

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

background-color css

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

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

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

border-color css

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

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

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