Html Css Color HEX #050C48 Midnight Express

📋 copy color: '#050C48'

red 5 ◦ green 12 ◦ blue 72

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

Shades of Midnight Express #050C48

Tints of Midnight Express #050C48

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.48%

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

R = 5.62%
G = 13.48%
B = 80.9%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050C48 (or 0x050C48) is known color: Midnight Express. HEX triplet: 05, 0C and 48. RGB value is (5,12,72). Sum of RGB (Red+Green+Blue) = 5+12+72=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 72 (28.52% from 255 or 80.90% from 89); Max value from RGB is 72 - color contains mainly: blue. Hex color #050C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C48 is #FAF3B7. Grayscale: #101010. Windows color (decimal): -16446392 or 4721669. OLE color: 4721669.

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

Color convert

RGB 5 12 72 -
CMYK 0.93 0.83 0 0.72
HSL 233.73º 0.87% 0.15% -
HSV(B) 233.73º 0.93% 0.28% -
XYZ 1.36 0.76 6.21 -
YUV 16.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 5 12 72 0.93 0.83 0 0.72 233.73 0.87 0.15
Hex 5 C 48 5D 53 0 48 EA 57 F
Octal 5 14 110 135 123 0 110 352 127 17
Binary 101 1100 1001000 1011101 1010011 0 1001000 11101010 1010111 1111

Color Harmonies of #050C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C48

Black with #050C48

Text Example


Text Example

White with #050C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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