Html Css Color HEX #090450 Midnight Blue

📋 copy color: '#090450'

red 9 ◦ green 4 ◦ blue 80

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

Shades of Midnight Blue #090450

Tints of Midnight Blue #090450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 9.68%
G = 4.3%
B = 86.02%

CMYK

 C value IS 0.89

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#090450 (or 0x090450) is known color: Midnight Blue. HEX triplet: 09, 04 and 50. RGB value is (9,4,80). Sum of RGB (Red+Green+Blue) = 9+4+80=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 80 (31.64% from 255 or 86.02% from 93); Max value from RGB is 80 - color contains mainly: blue. Hex color #090450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090450 is #F6FBAF. Grayscale: #0D0D0D. Windows color (decimal): -16186288 or 5243913. OLE color: 5243913.

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

Color convert

RGB 9 4 80 -
CMYK 0.89 0.95 0 0.69
HSL 243.95º 0.9% 0.16% -
HSV(B) 243.95º 0.95% 0.31% -
XYZ 1.6 0.72 7.64 -
YUV 14.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 9 4 80 0.89 0.95 0 0.69 243.95 0.9 0.16
Hex 9 4 50 59 5F 0 45 F4 5A 10
Octal 11 4 120 131 137 0 105 364 132 20
Binary 1001 100 1010000 1011001 1011111 0 1000101 11110100 1011010 10000

Color Harmonies of #090450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090450

Black with #090450

Text Example


Text Example

White with #090450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090450; }

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

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

background-color css

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

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

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

border-color css

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

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

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