Html Css Color HEX #050156 Midnight Blue

📋 copy color: '#050156'

red 5 ◦ green 1 ◦ blue 86

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

Shades of Midnight Blue #050156

Tints of Midnight Blue #050156

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.09%

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

R = 5.43%
G = 1.09%
B = 93.48%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#050156 (or 0x050156) is known color: Midnight Blue. HEX triplet: 05, 01 and 56. RGB value is (5,1,86). Sum of RGB (Red+Green+Blue) = 5+1+86=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 86 (33.98% from 255 or 93.48% from 92); Max value from RGB is 86 - color contains mainly: blue. Hex color #050156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050156 is #FAFEA9. Grayscale: #0B0B0B. Windows color (decimal): -16449194 or 5636357. OLE color: 5636357.

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

Color convert

RGB 5 1 86 -
CMYK 0.94 0.99 0 0.66
HSL 242.82º 0.98% 0.17% -
HSV(B) 242.82º 0.99% 0.34% -
XYZ 1.75 0.73 8.85 -
YUV 11.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 5 1 86 0.94 0.99 0 0.66 242.82 0.98 0.17
Hex 5 1 56 5E 63 0 42 F3 62 11
Octal 5 1 126 136 143 0 102 363 142 21
Binary 101 1 1010110 1011110 1100011 0 1000010 11110011 1100010 10001

Color Harmonies of #050156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050156

Black with #050156

Text Example


Text Example

White with #050156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050156; }

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

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

background-color css

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

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

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

border-color css

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

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

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