Html Css Color HEX #050150 Midnight Blue

📋 copy color: '#050150'

red 5 ◦ green 1 ◦ blue 80

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

Shades of Midnight Blue #050150

Tints of Midnight Blue #050150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 93.02%

R = 5.81%
G = 1.16%
B = 93.02%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#050150 (or 0x050150) is known color: Midnight Blue. HEX triplet: 05, 01 and 50. RGB value is (5,1,80). Sum of RGB (Red+Green+Blue) = 5+1+80=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 80 (31.64% from 255 or 93.02% from 86); Max value from RGB is 80 - color contains mainly: blue. Hex color #050150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050150 is #FAFEAF. Grayscale: #0A0A0A. Windows color (decimal): -16449200 or 5243141. OLE color: 5243141.

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

Color convert

RGB 5 1 80 -
CMYK 0.94 0.99 0 0.69
HSL 243.04º 0.98% 0.16% -
HSV(B) 243.04º 0.99% 0.31% -
XYZ 1.52 0.63 7.63 -
YUV 11.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 5 1 80 0.94 0.99 0 0.69 243.04 0.98 0.16
Hex 5 1 50 5E 63 0 45 F3 62 10
Octal 5 1 120 136 143 0 105 363 142 20
Binary 101 1 1010000 1011110 1100011 0 1000101 11110011 1100010 10000

Color Harmonies of #050150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050150

Black with #050150

Text Example


Text Example

White with #050150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050150; }

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

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

background-color css

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

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

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

border-color css

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

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

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