Html Css Color HEX #080096 New Midnight Blue

📋 copy color: '#080096'

red 8 ◦ green 0 ◦ blue 150

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

Shades of New Midnight Blue #080096

Tints of New Midnight Blue #080096

RGB

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

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

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

R = 5.06%
G = 0%
B = 94.94%

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

#080096 (or 0x080096) is known color: New Midnight Blue. HEX triplet: 08, 00 and 96. RGB value is (8,0,150). Sum of RGB (Red+Green+Blue) = 8+0+150=158 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.06% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 150 (58.98% from 255 or 94.94% from 158); Max value from RGB is 150 - color contains mainly: blue. Hex color #080096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080096 is #F7FF69. Grayscale: #121212. Windows color (decimal): -16252778 or 9830408. OLE color: 9830408.

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

Color convert

RGB 8 0 150 -
CMYK 0.95 1 0 0.41
HSL 243.2º 1% 0.29% -
HSV(B) 243.2º 1% 0.59% -
XYZ 5.61 2.25 28.99 -
YUV 19.49 201.65 119.8 -
System Red Green Blue C M Y K H S L
Decimal 8 0 150 0.95 1 0 0.41 243.2 1 0.29
Hex 8 0 96 5F 64 0 29 F3 64 1D
Octal 10 0 226 137 144 0 51 363 144 35
Binary 1000 0 10010110 1011111 1100100 0 101001 11110011 1100100 11101

Color Harmonies of #080096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080096

Black with #080096

Text Example


Text Example

White with #080096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080096; }

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

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

background-color css

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

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

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

border-color css

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

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

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