Html Css Color HEX #050656 Midnight Blue

📋 copy color: '#050656'

red 5 ◦ green 6 ◦ blue 86

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

Shades of Midnight Blue #050656

Tints of Midnight Blue #050656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

 BLUE value IS 86 (33.98% from 255) = 88.66%

R = 5.15%
G = 6.19%
B = 88.66%

CMYK

 C value IS 0.94

 M value IS 0.93

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#050656 (or 0x050656) is known color: Midnight Blue. HEX triplet: 05, 06 and 56. RGB value is (5,6,86). Sum of RGB (Red+Green+Blue) = 5+6+86=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 86 (33.98% from 255 or 88.66% from 97); Max value from RGB is 86 - color contains mainly: blue. Hex color #050656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050656 is #FAF9A9. Grayscale: #0E0E0E. Windows color (decimal): -16447914 or 5637637. OLE color: 5637637.

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

Color convert

RGB 5 6 86 -
CMYK 0.94 0.93 0 0.66
HSL 239.26º 0.89% 0.18% -
HSV(B) 239.26º 0.94% 0.34% -
XYZ 1.81 0.83 8.87 -
YUV 14.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 5 6 86 0.94 0.93 0 0.66 239.26 0.89 0.18
Hex 5 6 56 5E 5D 0 42 EF 59 12
Octal 5 6 126 136 135 0 102 357 131 22
Binary 101 110 1010110 1011110 1011101 0 1000010 11101111 1011001 10010

Color Harmonies of #050656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050656

Black with #050656

Text Example


Text Example

White with #050656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050656; }

 p { color: rgb(5,6,86); }

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

background-color css

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

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

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

border-color css

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

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

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