Html Css Color HEX #050D48 Midnight Express

📋 copy color: '#050D48'

red 5 ◦ green 13 ◦ blue 72

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

Shades of Midnight Express #050D48

Tints of Midnight Express #050D48

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.44%

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

R = 5.56%
G = 14.44%
B = 80%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050D48 (or 0x050D48) is known color: Midnight Express. HEX triplet: 05, 0D and 48. RGB value is (5,13,72). Sum of RGB (Red+Green+Blue) = 5+13+72=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #050D48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050D48 is #FAF2B7. Grayscale: #111111. Windows color (decimal): -16446136 or 4721925. OLE color: 4721925.

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

Color convert

RGB 5 13 72 -
CMYK 0.93 0.82 0 0.72
HSL 232.84º 0.87% 0.15% -
HSV(B) 232.84º 0.93% 0.28% -
XYZ 1.38 0.79 6.21 -
YUV 17.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 5 13 72 0.93 0.82 0 0.72 232.84 0.87 0.15
Hex 5 D 48 5D 52 0 48 E9 57 F
Octal 5 15 110 135 122 0 110 351 127 17
Binary 101 1101 1001000 1011101 1010010 0 1001000 11101001 1010111 1111

Color Harmonies of #050D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D48

Black with #050D48

Text Example


Text Example

White with #050D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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