Html Css Color HEX #09084A Midnight Blue

📋 copy color: '#09084A'

red 9 ◦ green 8 ◦ blue 74

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

Shades of Midnight Blue #09084A

Tints of Midnight Blue #09084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.79%

 BLUE value IS 74 (29.3% from 255) = 81.32%

R = 9.89%
G = 8.79%
B = 81.32%

CMYK

 C value IS 0.88

 M value IS 0.89

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09084A (or 0x09084A) is known color: Midnight Blue. HEX triplet: 09, 08 and 4A. RGB value is (9,8,74). Sum of RGB (Red+Green+Blue) = 9+8+74=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 74 (29.30% from 255 or 81.32% from 91); Max value from RGB is 74 - color contains mainly: blue. Hex color #09084A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09084A is #F6F7B5. Grayscale: #0F0F0F. Windows color (decimal): -16185270 or 4851721. OLE color: 4851721.

HSL color Cylindrical-coordinate representation of color #09084A: hue angle of 240.91º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09084A is Cyan = 0.88, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 8 74 -
CMYK 0.88 0.89 0 0.71
HSL 240.91º 0.8% 0.16% -
HSV(B) 240.91º 0.89% 0.29% -
XYZ 1.44 0.73 6.54 -
YUV 15.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 9 8 74 0.88 0.89 0 0.71 240.91 0.8 0.16
Hex 9 8 4A 58 59 0 47 F1 50 10
Octal 11 10 112 130 131 0 107 361 120 20
Binary 1001 1000 1001010 1011000 1011001 0 1000111 11110001 1010000 10000

Color Harmonies of #09084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09084A

Black with #09084A

Text Example


Text Example

White with #09084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09084A; }

 p { color: rgb(9,8,74); }

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

background-color css

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

 a { background-color: rgb(9,8,74); }

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

border-color css

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

 span { border-color: rgb(9,8,74); }

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