Html Css Color HEX #050548 Midnight Express

📋 copy color: '#050548'

red 5 ◦ green 5 ◦ blue 72

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

Shades of Midnight Express #050548

Tints of Midnight Express #050548

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.1%

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

R = 6.1%
G = 6.1%
B = 87.8%

CMYK

 C value IS 0.93

 M value IS 0.93

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050548 (or 0x050548) is known color: Midnight Express. HEX triplet: 05, 05 and 48. RGB value is (5,5,72). Sum of RGB (Red+Green+Blue) = 5+5+72=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 72 (28.52% from 255 or 87.80% from 82); Max value from RGB is 72 - color contains mainly: blue. Hex color #050548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050548 is #FAFAB7. Grayscale: #0C0C0C. Windows color (decimal): -16448184 or 4719877. OLE color: 4719877.

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

Color convert

RGB 5 5 72 -
CMYK 0.93 0.93 0 0.72
HSL 240º 0.87% 0.15% -
HSV(B) 240º 0.93% 0.28% -
XYZ 1.29 0.61 6.18 -
YUV 12.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 5 5 72 0.93 0.93 0 0.72 240 0.87 0.15
Hex 5 5 48 5D 5D 0 48 F0 57 F
Octal 5 5 110 135 135 0 110 360 127 17
Binary 101 101 1001000 1011101 1011101 0 1001000 11110000 1010111 1111

Color Harmonies of #050548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050548

Black with #050548

Text Example


Text Example

White with #050548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050548; }

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

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

background-color css

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

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

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

border-color css

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

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

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