Html Css Color HEX #090160 Midnight Blue

📋 copy color: '#090160'

red 9 ◦ green 1 ◦ blue 96

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

Shades of Midnight Blue #090160

Tints of Midnight Blue #090160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

 BLUE value IS 96 (37.89% from 255) = 90.57%

R = 8.49%
G = 0.94%
B = 90.57%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#090160 (or 0x090160) is known color: Midnight Blue. HEX triplet: 09, 01 and 60. RGB value is (9,1,96). Sum of RGB (Red+Green+Blue) = 9+1+96=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 96 (37.89% from 255 or 90.57% from 106); Max value from RGB is 96 - color contains mainly: blue. Hex color #090160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #090160 is #F6FE9F. Grayscale: #0D0D0D. Windows color (decimal): -16187040 or 6291721. OLE color: 6291721.

HSL color Cylindrical-coordinate representation of color #090160: hue angle of 245.05º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #090160 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 1 96 -
CMYK 0.91 0.99 0 0.62
HSL 245.05º 0.98% 0.19% -
HSV(B) 245.05º 0.99% 0.38% -
XYZ 2.23 0.92 11.13 -
YUV 14.22 174.15 124.28 -
System Red Green Blue C M Y K H S L
Decimal 9 1 96 0.91 0.99 0 0.62 245.05 0.98 0.19
Hex 9 1 60 5B 63 0 3E F5 62 13
Octal 11 1 140 133 143 0 76 365 142 23
Binary 1001 1 1100000 1011011 1100011 0 111110 11110101 1100010 10011

Color Harmonies of #090160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090160

Black with #090160

Text Example


Text Example

White with #090160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090160; }

 p { color: rgb(9,1,96); }

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

background-color css

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

 a { background-color: rgb(9,1,96); }

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

border-color css

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

 span { border-color: rgb(9,1,96); }

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