Html Css Color HEX #050048 Midnight Blue

📋 copy color: '#050048'

red 5 ◦ green 0 ◦ blue 72

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

Shades of Midnight Blue #050048

Tints of Midnight Blue #050048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.49%
G = 0%
B = 93.51%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#050048 (or 0x050048) is known color: Midnight Blue. HEX triplet: 05, 00 and 48. RGB value is (5,0,72). Sum of RGB (Red+Green+Blue) = 5+0+72=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 72 (28.52% from 255 or 93.51% from 77); Max value from RGB is 72 - color contains mainly: blue. Hex color #050048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050048 is #FAFFB7. Grayscale: #090909. Windows color (decimal): -16449464 or 4718597. OLE color: 4718597.

HSL color Cylindrical-coordinate representation of color #050048: hue angle of 244.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050048 is Cyan = 0.93, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 0 72 -
CMYK 0.93 1 0 0.72
HSL 244.17º 1% 0.14% -
HSV(B) 244.17º 1% 0.28% -
XYZ 1.23 0.5 6.16 -
YUV 9.7 163.16 124.65 -
System Red Green Blue C M Y K H S L
Decimal 5 0 72 0.93 1 0 0.72 244.17 1 0.14
Hex 5 0 48 5D 64 0 48 F4 64 E
Octal 5 0 110 135 144 0 110 364 144 16
Binary 101 0 1001000 1011101 1100100 0 1001000 11110100 1100100 1110

Color Harmonies of #050048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050048

Black with #050048

Text Example


Text Example

White with #050048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050048; }

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

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

background-color css

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

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

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

border-color css

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

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

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