Html Css Color HEX #050559 Midnight Blue

📋 copy color: '#050559'

red 5 ◦ green 5 ◦ blue 89

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

Shades of Midnight Blue #050559

Tints of Midnight Blue #050559

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.05%

 BLUE value IS 89 (35.16% from 255) = 89.9%

R = 5.05%
G = 5.05%
B = 89.9%

CMYK

 C value IS 0.94

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#050559 (or 0x050559) is known color: Midnight Blue. HEX triplet: 05, 05 and 59. RGB value is (5,5,89). Sum of RGB (Red+Green+Blue) = 5+5+89=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 89 (35.16% from 255 or 89.90% from 99); Max value from RGB is 89 - color contains mainly: blue. Hex color #050559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050559 is #FAFAA6. Grayscale: #0E0E0E. Windows color (decimal): -16448167 or 5833989. OLE color: 5833989.

HSL color Cylindrical-coordinate representation of color #050559: hue angle of 240º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050559 is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 5 89 -
CMYK 0.94 0.94 0 0.65
HSL 240º 0.89% 0.18% -
HSV(B) 240º 0.94% 0.35% -
XYZ 1.92 0.86 9.52 -
YUV 14.58 170 121.17 -
System Red Green Blue C M Y K H S L
Decimal 5 5 89 0.94 0.94 0 0.65 240 0.89 0.18
Hex 5 5 59 5E 5E 0 41 F0 59 12
Octal 5 5 131 136 136 0 101 360 131 22
Binary 101 101 1011001 1011110 1011110 0 1000001 11110000 1011001 10010

Color Harmonies of #050559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050559

Black with #050559

Text Example


Text Example

White with #050559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050559; }

 p { color: rgb(5,5,89); }

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

background-color css

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

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

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

border-color css

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

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

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