Html Css Color HEX #050356 Midnight Blue

📋 copy color: '#050356'

red 5 ◦ green 3 ◦ blue 86

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

Shades of Midnight Blue #050356

Tints of Midnight Blue #050356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 5.32%
G = 3.19%
B = 91.49%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#050356 (or 0x050356) is known color: Midnight Blue. HEX triplet: 05, 03 and 56. RGB value is (5,3,86). Sum of RGB (Red+Green+Blue) = 5+3+86=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 86 (33.98% from 255 or 91.49% from 94); Max value from RGB is 86 - color contains mainly: blue. Hex color #050356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050356 is #FAFCA9. Grayscale: #0C0C0C. Windows color (decimal): -16448682 or 5636869. OLE color: 5636869.

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

Color convert

RGB 5 3 86 -
CMYK 0.94 0.97 0 0.66
HSL 241.45º 0.93% 0.17% -
HSV(B) 241.45º 0.97% 0.34% -
XYZ 1.77 0.77 8.86 -
YUV 13.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 5 3 86 0.94 0.97 0 0.66 241.45 0.93 0.17
Hex 5 3 56 5E 61 0 42 F1 5D 11
Octal 5 3 126 136 141 0 102 361 135 21
Binary 101 11 1010110 1011110 1100001 0 1000010 11110001 1011101 10001

Color Harmonies of #050356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050356

Black with #050356

Text Example


Text Example

White with #050356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050356; }

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

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

background-color css

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

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

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

border-color css

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

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

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