Html Css Color HEX #091980 Midnight Blue

📋 copy color: '#091980'

red 9 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #091980

Tints of Midnight Blue #091980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 128 (50.39% from 255) = 79.01%

R = 5.56%
G = 15.43%
B = 79.01%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#091980 (or 0x091980) is known color: Midnight Blue. HEX triplet: 09, 19 and 80. RGB value is (9,25,128). Sum of RGB (Red+Green+Blue) = 9+25+128=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 128 (50.39% from 255 or 79.01% from 162); Max value from RGB is 128 - color contains mainly: blue. Hex color #091980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #091980 is #F6E67F. Grayscale: #1F1F1F. Windows color (decimal): -16180864 or 8395017. OLE color: 8395017.

HSL color Cylindrical-coordinate representation of color #091980: hue angle of 231.93º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #091980 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 25 128 -
CMYK 0.93 0.80 0 0.50
HSL 231.93º 0.87% 0.27% -
HSV(B) 231.93º 0.93% 0.5% -
XYZ 4.36 2.31 20.64 -
YUV 31.96 182.2 111.62 -
System Red Green Blue C M Y K H S L
Decimal 9 25 128 0.93 0.80 0 0.50 231.93 0.87 0.27
Hex 9 19 80 5D 50 0 32 E8 57 1B
Octal 11 31 200 135 120 0 62 350 127 33
Binary 1001 11001 10000000 1011101 1010000 0 110010 11101000 1010111 11011

Color Harmonies of #091980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091980

Black with #091980

Text Example


Text Example

White with #091980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091980; }

 p { color: rgb(9,25,128); }

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

background-color css

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

 a { background-color: rgb(9,25,128); }

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

border-color css

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

 span { border-color: rgb(9,25,128); }

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