Html Css Color HEX #080997 New Midnight Blue

📋 copy color: '#080997'

red 8 ◦ green 9 ◦ blue 151

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

Shades of New Midnight Blue #080997

Tints of New Midnight Blue #080997

RGB

 RED value IS 8 (3.52% from 255) = 4.76%

 GREEN value IS 9 (3.91% from 255) = 5.36%

 BLUE value IS 151 (59.38% from 255) = 89.88%

R = 4.76%
G = 5.36%
B = 89.88%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#080997 (or 0x080997) is known color: New Midnight Blue. HEX triplet: 08, 09 and 97. RGB value is (8,9,151). Sum of RGB (Red+Green+Blue) = 8+9+151=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 151 (59.38% from 255 or 89.88% from 168); Max value from RGB is 151 - color contains mainly: blue. Hex color #080997 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080997 is #F7F668. Grayscale: #181818. Windows color (decimal): -16250473 or 9898248. OLE color: 9898248.

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

Color convert

RGB 8 9 151 -
CMYK 0.95 0.94 0 0.41
HSL 239.58º 0.9% 0.31% -
HSV(B) 239.58º 0.95% 0.59% -
XYZ 5.78 2.48 29.45 -
YUV 24.89 199.17 115.95 -
System Red Green Blue C M Y K H S L
Decimal 8 9 151 0.95 0.94 0 0.41 239.58 0.9 0.31
Hex 8 9 97 5F 5E 0 29 F0 5A 1F
Octal 10 11 227 137 136 0 51 360 132 37
Binary 1000 1001 10010111 1011111 1011110 0 101001 11110000 1011010 11111

Color Harmonies of #080997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080997

Black with #080997

Text Example


Text Example

White with #080997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080997; }

 p { color: rgb(8,9,151); }

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

background-color css

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

 a { background-color: rgb(8,9,151); }

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

border-color css

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

 span { border-color: rgb(8,9,151); }

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