Html Css Color HEX #090696 New Midnight Blue

📋 copy color: '#090696'

red 9 ◦ green 6 ◦ blue 150

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

Shades of New Midnight Blue #090696

Tints of New Midnight Blue #090696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.64%

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

R = 5.45%
G = 3.64%
B = 90.91%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#090696 (or 0x090696) is known color: New Midnight Blue. HEX triplet: 09, 06 and 96. RGB value is (9,6,150). Sum of RGB (Red+Green+Blue) = 9+6+150=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 150 (58.98% from 255 or 90.91% from 165); Max value from RGB is 150 - color contains mainly: blue. Hex color #090696 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #090696 is #F6F969. Grayscale: #161616. Windows color (decimal): -16185706 or 9831945. OLE color: 9831945.

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

Color convert

RGB 9 6 150 -
CMYK 0.94 0.96 0 0.41
HSL 241.25º 0.92% 0.31% -
HSV(B) 241.25º 0.96% 0.59% -
XYZ 5.68 2.39 29.02 -
YUV 23.31 199.49 117.79 -
System Red Green Blue C M Y K H S L
Decimal 9 6 150 0.94 0.96 0 0.41 241.25 0.92 0.31
Hex 9 6 96 5E 60 0 29 F1 5C 1F
Octal 11 6 226 136 140 0 51 361 134 37
Binary 1001 110 10010110 1011110 1100000 0 101001 11110001 1011100 11111

Color Harmonies of #090696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090696

Black with #090696

Text Example


Text Example

White with #090696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090696; }

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

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

background-color css

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

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

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

border-color css

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

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

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