#080461

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

Shades of Midnight Blue #080461

Tints of Midnight Blue #080461

Color information

#080461 (or 0x080461) is unknown color: approx Midnight Blue. HEX triplet: 08, 04 and 61. RGB value is (8,4,97). Sum of RGB (Red+Green+Blue) = 8+4+97=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 97 (38.28% from 255 or 88.99% from 109); Max value from RGB is 97 - color contains mainly: blue. Hex color #080461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080461 is #F7FB9E. Grayscale: #0F0F0F. Windows color (decimal): -16251807 or 6358024. OLE color: 6358024.

HSL color Cylindrical-coordinate representation of color #080461: hue angle of 242.58º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #080461 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB8497-
CMYK0.920.9600.62
HSL242.58º92.08%19.8%-
HSV(B)242.58º95.88%38.04%-
XYZ2.3111.38-
YUV15.8173.83122.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.34%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 97 (38.28% from 255) = 88.99%
R=7.34%
G=3.67%
B=88.99%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal84970.920.9600.62242.5892.0819.8
Hex84615C6003Ef35c14
Octal10414113414007636313424
Binary1000100110000110111001100000011111011110011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080461; }

 p { color: rgb(8,4,97); }

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

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

 a { background-color: rgb(8,4,97); }

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

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

 span { border-color: rgb(8,4,97); }

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