Html Css Color HEX #090249 Midnight Blue

📋 copy color: '#090249'

red 9 ◦ green 2 ◦ blue 73

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

Shades of Midnight Blue #090249

Tints of Midnight Blue #090249

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.38%

 BLUE value IS 73 (28.91% from 255) = 86.9%

R = 10.71%
G = 2.38%
B = 86.9%

CMYK

 C value IS 0.88

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#090249 (or 0x090249) is known color: Midnight Blue. HEX triplet: 09, 02 and 49. RGB value is (9,2,73). Sum of RGB (Red+Green+Blue) = 9+2+73=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 73 (28.91% from 255 or 86.90% from 84); Max value from RGB is 73 - color contains mainly: blue. Hex color #090249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090249 is #F6FDB6. Grayscale: #0B0B0B. Windows color (decimal): -16186807 or 4784649. OLE color: 4784649.

HSL color Cylindrical-coordinate representation of color #090249: hue angle of 245.92º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #090249 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 2 73 -
CMYK 0.88 0.97 0 0.71
HSL 245.92º 0.95% 0.15% -
HSV(B) 245.92º 0.97% 0.29% -
XYZ 1.34 0.58 6.35 -
YUV 12.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 9 2 73 0.88 0.97 0 0.71 245.92 0.95 0.15
Hex 9 2 49 58 61 0 47 F6 5F F
Octal 11 2 111 130 141 0 107 366 137 17
Binary 1001 10 1001001 1011000 1100001 0 1000111 11110110 1011111 1111

Color Harmonies of #090249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090249

Black with #090249

Text Example


Text Example

White with #090249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090249; }

 p { color: rgb(9,2,73); }

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

background-color css

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

 a { background-color: rgb(9,2,73); }

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

border-color css

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

 span { border-color: rgb(9,2,73); }

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