Html Css Color HEX #080097 New Midnight Blue

📋 copy color: '#080097'

red 8 ◦ green 0 ◦ blue 151

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

Shades of New Midnight Blue #080097

Tints of New Midnight Blue #080097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.03%
G = 0%
B = 94.97%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#080097 (or 0x080097) is known color: New Midnight Blue. HEX triplet: 08, 00 and 97. RGB value is (8,0,151). Sum of RGB (Red+Green+Blue) = 8+0+151=159 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5.03% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 151 (59.38% from 255 or 94.97% from 159); Max value from RGB is 151 - color contains mainly: blue. Hex color #080097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080097 is #F7FF68. Grayscale: #131313. Windows color (decimal): -16252777 or 9895944. OLE color: 9895944.

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

Color convert

RGB 8 0 151 -
CMYK 0.95 1 0 0.41
HSL 243.18º 1% 0.3% -
HSV(B) 243.18º 1% 0.59% -
XYZ 5.69 2.29 29.42 -
YUV 19.61 202.15 119.72 -
System Red Green Blue C M Y K H S L
Decimal 8 0 151 0.95 1 0 0.41 243.18 1 0.3
Hex 8 0 97 5F 64 0 29 F3 64 1E
Octal 10 0 227 137 144 0 51 363 144 36
Binary 1000 0 10010111 1011111 1100100 0 101001 11110011 1100100 11110

Color Harmonies of #080097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080097

Black with #080097

Text Example


Text Example

White with #080097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080097; }

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

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

background-color css

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

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

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

border-color css

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

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

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