Html Css Color HEX #050054 Midnight Blue

📋 copy color: '#050054'

red 5 ◦ green 0 ◦ blue 84

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

Shades of Midnight Blue #050054

Tints of Midnight Blue #050054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 94.38%

R = 5.62%
G = 0%
B = 94.38%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#050054 (or 0x050054) is known color: Midnight Blue. HEX triplet: 05, 00 and 54. RGB value is (5,0,84). Sum of RGB (Red+Green+Blue) = 5+0+84=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 84 (33.20% from 255 or 94.38% from 89); Max value from RGB is 84 - color contains mainly: blue. Hex color #050054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050054 is #FAFFAB. Grayscale: #0A0A0A. Windows color (decimal): -16449452 or 5505029. OLE color: 5505029.

HSL color Cylindrical-coordinate representation of color #050054: hue angle of 243.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050054 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 0 84 -
CMYK 0.94 1 0 0.67
HSL 243.57º 1% 0.16% -
HSV(B) 243.57º 1% 0.33% -
XYZ 1.66 0.67 8.43 -
YUV 11.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 5 0 84 0.94 1 0 0.67 243.57 1 0.16
Hex 5 0 54 5E 64 0 43 F4 64 10
Octal 5 0 124 136 144 0 103 364 144 20
Binary 101 0 1010100 1011110 1100100 0 1000011 11110100 1100100 10000

Color Harmonies of #050054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050054

Black with #050054

Text Example


Text Example

White with #050054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050054; }

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

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

background-color css

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

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

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

border-color css

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

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

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