Html Css Color HEX #050A57 Midnight Blue

📋 copy color: '#050A57'

red 5 ◦ green 10 ◦ blue 87

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

Shades of Midnight Blue #050A57

Tints of Midnight Blue #050A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.8%

 BLUE value IS 87 (34.38% from 255) = 85.29%

R = 4.9%
G = 9.8%
B = 85.29%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#050A57 (or 0x050A57) is known color: Midnight Blue. HEX triplet: 05, 0A and 57. RGB value is (5,10,87). Sum of RGB (Red+Green+Blue) = 5+10+87=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 87 (34.38% from 255 or 85.29% from 102); Max value from RGB is 87 - color contains mainly: blue. Hex color #050A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A57 is #FAF5A8. Grayscale: #101010. Windows color (decimal): -16446889 or 5704197. OLE color: 5704197.

HSL color Cylindrical-coordinate representation of color #050A57: hue angle of 236.34º 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 #050A57 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 5 10 87 -
CMYK 0.94 0.89 0 0.66
HSL 236.34º 0.89% 0.18% -
HSV(B) 236.34º 0.94% 0.34% -
XYZ 1.89 0.94 9.1 -
YUV 17.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 5 10 87 0.94 0.89 0 0.66 236.34 0.89 0.18
Hex 5 A 57 5E 59 0 42 EC 59 12
Octal 5 12 127 136 131 0 102 354 131 22
Binary 101 1010 1010111 1011110 1011001 0 1000010 11101100 1011001 10010

Color Harmonies of #050A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A57

Black with #050A57

Text Example


Text Example

White with #050A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050A57; }

 p { color: rgb(5,10,87); }

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

background-color css

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

 a { background-color: rgb(5,10,87); }

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

border-color css

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

 span { border-color: rgb(5,10,87); }

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