Html Css Color HEX #050748 Midnight Express

📋 copy color: '#050748'

red 5 ◦ green 7 ◦ blue 72

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

Shades of Midnight Express #050748

Tints of Midnight Express #050748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.33%

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

R = 5.95%
G = 8.33%
B = 85.71%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050748 (or 0x050748) is known color: Midnight Express. HEX triplet: 05, 07 and 48. RGB value is (5,7,72). Sum of RGB (Red+Green+Blue) = 5+7+72=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #050748 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050748 is #FAF8B7. Grayscale: #0D0D0D. Windows color (decimal): -16447672 or 4720389. OLE color: 4720389.

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

Color convert

RGB 5 7 72 -
CMYK 0.93 0.90 0 0.72
HSL 238.21º 0.87% 0.15% -
HSV(B) 238.21º 0.93% 0.28% -
XYZ 1.31 0.65 6.19 -
YUV 13.81 160.84 121.71 -
System Red Green Blue C M Y K H S L
Decimal 5 7 72 0.93 0.90 0 0.72 238.21 0.87 0.15
Hex 5 7 48 5D 5A 0 48 EE 57 F
Octal 5 7 110 135 132 0 110 356 127 17
Binary 101 111 1001000 1011101 1011010 0 1001000 11101110 1010111 1111

Color Harmonies of #050748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050748

Black with #050748

Text Example


Text Example

White with #050748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050748; }

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

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

background-color css

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

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

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

border-color css

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

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

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