Html Css Color HEX #050359 Midnight Blue

📋 copy color: '#050359'

red 5 ◦ green 3 ◦ blue 89

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

Shades of Midnight Blue #050359

Tints of Midnight Blue #050359

RGB

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

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

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

R = 5.15%
G = 3.09%
B = 91.75%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#050359 (or 0x050359) is known color: Midnight Blue. HEX triplet: 05, 03 and 59. RGB value is (5,3,89). Sum of RGB (Red+Green+Blue) = 5+3+89=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 89 (35.16% from 255 or 91.75% from 97); Max value from RGB is 89 - color contains mainly: blue. Hex color #050359 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050359 is #FAFCA6. Grayscale: #0D0D0D. Windows color (decimal): -16448679 or 5833477. OLE color: 5833477.

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

Color convert

RGB 5 3 89 -
CMYK 0.94 0.97 0 0.65
HSL 241.4º 0.93% 0.18% -
HSV(B) 241.4º 0.97% 0.35% -
XYZ 1.9 0.82 9.51 -
YUV 13.4 170.66 122.01 -
System Red Green Blue C M Y K H S L
Decimal 5 3 89 0.94 0.97 0 0.65 241.4 0.93 0.18
Hex 5 3 59 5E 61 0 41 F1 5D 12
Octal 5 3 131 136 141 0 101 361 135 22
Binary 101 11 1011001 1011110 1100001 0 1000001 11110001 1011101 10010

Color Harmonies of #050359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050359

Black with #050359

Text Example


Text Example

White with #050359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050359; }

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

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

background-color css

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

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

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

border-color css

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

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

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