#080296

Color #080296 New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #080296

Tints of New Midnight Blue #080296

Color information

#080296 (or 0x080296) is unknown color: approx New Midnight Blue. HEX triplet: 08, 02 and 96. RGB value is (8,2,150). Sum of RGB (Red+Green+Blue) = 8+2+150=160 (21% of max value = 765). Red value is 8 (3.52% from 255 or 5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 150 (58.98% from 255 or 93.75% from 160); Max value from RGB is 150 - color contains mainly: blue. Hex color #080296 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080296 is #F7FD69. Grayscale: #141414. Windows color (decimal): -16252266 or 9830920. OLE color: 9830920.

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

Color convert

RGB82150-
CMYK0.950.9900.41
HSL242.43º97.37%29.8%-
HSV(B)242.43º98.67%58.82%-
XYZ5.632.329-
YUV20.67200.99118.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 150 (58.98% from 255) = 93.75%
R=5%
G=1.25%
B=93.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821500.950.9900.41242.4397.3729.8
Hex82965F63029f2611e
Octal10222613714305136214136
Binary1000101001011010111111100011010100111110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080296; }

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

 H1.HeaderClassName
 {
   color: #080296;
 }
 .AnyTagClassName
 {
   color: #080296;
 }
</style>
background-color css

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

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

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

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

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

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