Html Css Color HEX #050047 Midnight Blue

📋 copy color: '#050047'

red 5 ◦ green 0 ◦ blue 71

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

Shades of Midnight Blue #050047

Tints of Midnight Blue #050047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 93.42%

R = 6.58%
G = 0%
B = 93.42%

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

#050047 (or 0x050047) is known color: Midnight Blue. HEX triplet: 05, 00 and 47. RGB value is (5,0,71). Sum of RGB (Red+Green+Blue) = 5+0+71=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 71 (28.12% from 255 or 93.42% from 76); Max value from RGB is 71 - color contains mainly: blue. Hex color #050047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050047 is #FAFFB8. Grayscale: #090909. Windows color (decimal): -16449465 or 4653061. OLE color: 4653061.

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

Color convert

RGB 5 0 71 -
CMYK 0.93 1 0 0.72
HSL 244.23º 1% 0.14% -
HSV(B) 244.23º 1% 0.28% -
XYZ 1.2 0.49 5.99 -
YUV 9.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 5 0 71 0.93 1 0 0.72 244.23 1 0.14
Hex 5 0 47 5D 64 0 48 F4 64 E
Octal 5 0 107 135 144 0 110 364 144 16
Binary 101 0 1000111 1011101 1100100 0 1001000 11110100 1100100 1110

Color Harmonies of #050047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050047

Black with #050047

Text Example


Text Example

White with #050047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050047; }

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

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

background-color css

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

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

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

border-color css

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

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

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