Html Css Color HEX #050851 Midnight Blue

📋 copy color: '#050851'

red 5 ◦ green 8 ◦ blue 81

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

Shades of Midnight Blue #050851

Tints of Midnight Blue #050851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 86.17%

R = 5.32%
G = 8.51%
B = 86.17%

CMYK

 C value IS 0.94

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#050851 (or 0x050851) is known color: Midnight Blue. HEX triplet: 05, 08 and 51. RGB value is (5,8,81). Sum of RGB (Red+Green+Blue) = 5+8+81=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 81 (32.03% from 255 or 86.17% from 94); Max value from RGB is 81 - color contains mainly: blue. Hex color #050851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050851 is #FAF7AE. Grayscale: #0F0F0F. Windows color (decimal): -16447407 or 5310469. OLE color: 5310469.

HSL color Cylindrical-coordinate representation of color #050851: hue angle of 237.63º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050851 is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 8 81 -
CMYK 0.94 0.90 0 0.68
HSL 237.63º 0.88% 0.17% -
HSV(B) 237.63º 0.94% 0.32% -
XYZ 1.63 0.8 7.85 -
YUV 15.43 165.01 120.56 -
System Red Green Blue C M Y K H S L
Decimal 5 8 81 0.94 0.90 0 0.68 237.63 0.88 0.17
Hex 5 8 51 5E 5A 0 44 EE 58 11
Octal 5 10 121 136 132 0 104 356 130 21
Binary 101 1000 1010001 1011110 1011010 0 1000100 11101110 1011000 10001

Color Harmonies of #050851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050851

Black with #050851

Text Example


Text Example

White with #050851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050851; }

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

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

background-color css

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

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

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

border-color css

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

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

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