Html Css Color HEX #090296 New Midnight Blue

📋 copy color: '#090296'

red 9 ◦ green 2 ◦ blue 150

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

Shades of New Midnight Blue #090296

Tints of New Midnight Blue #090296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 93.17%

R = 5.59%
G = 1.24%
B = 93.17%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#090296 (or 0x090296) is known color: New Midnight Blue. HEX triplet: 09, 02 and 96. RGB value is (9,2,150). Sum of RGB (Red+Green+Blue) = 9+2+150=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 150 (58.98% from 255 or 93.17% from 161); Max value from RGB is 150 - color contains mainly: blue. Hex color #090296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090296 is #F6FD69. Grayscale: #141414. Windows color (decimal): -16186730 or 9830921. OLE color: 9830921.

HSL color Cylindrical-coordinate representation of color #090296: hue angle of 242.84º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090296 is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 2 150 -
CMYK 0.94 0.99 0 0.41
HSL 242.84º 0.97% 0.3% -
HSV(B) 242.84º 0.99% 0.59% -
XYZ 5.64 2.3 29 -
YUV 20.97 200.82 119.47 -
System Red Green Blue C M Y K H S L
Decimal 9 2 150 0.94 0.99 0 0.41 242.84 0.97 0.3
Hex 9 2 96 5E 63 0 29 F3 61 1E
Octal 11 2 226 136 143 0 51 363 141 36
Binary 1001 10 10010110 1011110 1100011 0 101001 11110011 1100001 11110

Color Harmonies of #090296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090296

Black with #090296

Text Example


Text Example

White with #090296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090296; }

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

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

background-color css

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

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

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

border-color css

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

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

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