Html Css Color HEX #090464 Midnight Blue

📋 copy color: '#090464'

red 9 ◦ green 4 ◦ blue 100

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

Shades of Midnight Blue #090464

Tints of Midnight Blue #090464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 88.5%

R = 7.96%
G = 3.54%
B = 88.5%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#090464 (or 0x090464) is known color: Midnight Blue. HEX triplet: 09, 04 and 64. RGB value is (9,4,100). Sum of RGB (Red+Green+Blue) = 9+4+100=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 100 (39.45% from 255 or 88.50% from 113); Max value from RGB is 100 - color contains mainly: blue. Hex color #090464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090464 is #F6FB9B. Grayscale: #101010. Windows color (decimal): -16186268 or 6554633. OLE color: 6554633.

HSL color Cylindrical-coordinate representation of color #090464: hue angle of 243.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090464 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 4 100 -
CMYK 0.91 0.96 0 0.61
HSL 243.13º 0.92% 0.2% -
HSV(B) 243.13º 0.96% 0.39% -
XYZ 2.46 1.07 12.13 -
YUV 16.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 9 4 100 0.91 0.96 0 0.61 243.13 0.92 0.2
Hex 9 4 64 5B 60 0 3D F3 5C 14
Octal 11 4 144 133 140 0 75 363 134 24
Binary 1001 100 1100100 1011011 1100000 0 111101 11110011 1011100 10100

Color Harmonies of #090464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090464

Black with #090464

Text Example


Text Example

White with #090464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090464; }

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

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

background-color css

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

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

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

border-color css

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

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

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