Html Css Color HEX #090050 Midnight Blue

📋 copy color: '#090050'

red 9 ◦ green 0 ◦ blue 80

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

Shades of Midnight Blue #090050

Tints of Midnight Blue #090050

RGB

 RED value IS 9 (3.91% from 255) = 10.11%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 10.11%
G = 0%
B = 89.89%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#090050 (or 0x090050) is known color: Midnight Blue. HEX triplet: 09, 00 and 50. RGB value is (9,0,80). Sum of RGB (Red+Green+Blue) = 9+0+80=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 80 (31.64% from 255 or 89.89% from 89); Max value from RGB is 80 - color contains mainly: blue. Hex color #090050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090050 is #F6FFAF. Grayscale: #0B0B0B. Windows color (decimal): -16187312 or 5242889. OLE color: 5242889.

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

Color convert

RGB 9 0 80 -
CMYK 0.89 1 0 0.69
HSL 246.75º 1% 0.16% -
HSV(B) 246.75º 1% 0.31% -
XYZ 1.56 0.64 7.63 -
YUV 11.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 9 0 80 0.89 1 0 0.69 246.75 1 0.16
Hex 9 0 50 59 64 0 45 F7 64 10
Octal 11 0 120 131 144 0 105 367 144 20
Binary 1001 0 1010000 1011001 1100100 0 1000101 11110111 1100100 10000

Color Harmonies of #090050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090050

Black with #090050

Text Example


Text Example

White with #090050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090050; }

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

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

background-color css

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

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

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

border-color css

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

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

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