Html Css Color HEX #050859 Midnight Blue

📋 copy color: '#050859'

red 5 ◦ green 8 ◦ blue 89

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

Shades of Midnight Blue #050859

Tints of Midnight Blue #050859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.84%

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

R = 4.9%
G = 7.84%
B = 87.25%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#050859 (or 0x050859) is known color: Midnight Blue. HEX triplet: 05, 08 and 59. RGB value is (5,8,89). Sum of RGB (Red+Green+Blue) = 5+8+89=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 8 (3.52% from 255 or 7.84% from 102); Blue value is 89 (35.16% from 255 or 87.25% from 102); Max value from RGB is 89 - color contains mainly: blue. Hex color #050859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050859 is #FAF7A6. Grayscale: #101010. Windows color (decimal): -16447399 or 5834757. OLE color: 5834757.

HSL color Cylindrical-coordinate representation of color #050859: hue angle of 237.86º 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 #050859 is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 8 89 -
CMYK 0.94 0.91 0 0.65
HSL 237.86º 0.89% 0.18% -
HSV(B) 237.86º 0.94% 0.35% -
XYZ 1.95 0.93 9.53 -
YUV 16.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 5 8 89 0.94 0.91 0 0.65 237.86 0.89 0.18
Hex 5 8 59 5E 5B 0 41 EE 59 12
Octal 5 10 131 136 133 0 101 356 131 22
Binary 101 1000 1011001 1011110 1011011 0 1000001 11101110 1011001 10010

Color Harmonies of #050859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050859

Black with #050859

Text Example


Text Example

White with #050859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050859; }

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

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

background-color css

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

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

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

border-color css

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

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

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