#080254

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

Shades of Midnight Blue #080254

Tints of Midnight Blue #080254

Color information

#080254 (or 0x080254) is unknown color: approx Midnight Blue. HEX triplet: 08, 02 and 54. RGB value is (8,2,84). Sum of RGB (Red+Green+Blue) = 8+2+84=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 84 (33.20% from 255 or 89.36% from 94); Max value from RGB is 84 - color contains mainly: blue. Hex color #080254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080254 is #F7FDAB. Grayscale: #0C0C0C. Windows color (decimal): -16252332 or 5505544. OLE color: 5505544.

HSL color Cylindrical-coordinate representation of color #080254: hue angle of 244.39º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080254 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB8284-
CMYK0.900.9800.67
HSL244.39º95.35%16.86%-
HSV(B)244.39º97.62%32.94%-
XYZ1.720.748.44-
YUV13.14167.99124.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.51%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 84 (33.20% from 255) = 89.36%
R=8.51%
G=2.13%
B=89.36%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal82840.900.9800.67244.3995.3516.86
Hex82545A62043f45f11
Octal102124132142010336413721
Binary1000101010100101101011000100100001111110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080254; }

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

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

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

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

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

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

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

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