Html Css Color HEX #050950 Midnight Blue

📋 copy color: '#050950'

red 5 ◦ green 9 ◦ blue 80

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

Shades of Midnight Blue #050950

Tints of Midnight Blue #050950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.57%

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

R = 5.32%
G = 9.57%
B = 85.11%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#050950 (or 0x050950) is known color: Midnight Blue. HEX triplet: 05, 09 and 50. RGB value is (5,9,80). Sum of RGB (Red+Green+Blue) = 5+9+80=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 80 (31.64% from 255 or 85.11% from 94); Max value from RGB is 80 - color contains mainly: blue. Hex color #050950 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050950 is #FAF6AF. Grayscale: #0F0F0F. Windows color (decimal): -16447152 or 5245189. OLE color: 5245189.

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

Color convert

RGB 5 9 80 -
CMYK 0.94 0.89 0 0.69
HSL 236.8º 0.88% 0.17% -
HSV(B) 236.8º 0.94% 0.31% -
XYZ 1.61 0.81 7.66 -
YUV 15.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 5 9 80 0.94 0.89 0 0.69 236.8 0.88 0.17
Hex 5 9 50 5E 59 0 45 ED 58 11
Octal 5 11 120 136 131 0 105 355 130 21
Binary 101 1001 1010000 1011110 1011001 0 1000101 11101101 1011000 10001

Color Harmonies of #050950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050950

Black with #050950

Text Example


Text Example

White with #050950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050950; }

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

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

background-color css

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

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

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

border-color css

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

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

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