#080152

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

Shades of Midnight Blue #080152

Tints of Midnight Blue #080152

Color information

#080152 (or 0x080152) is unknown color: approx Midnight Blue. HEX triplet: 08, 01 and 52. RGB value is (8,1,82). Sum of RGB (Red+Green+Blue) = 8+1+82=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #080152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080152 is #F7FEAD. Grayscale: #0C0C0C. Windows color (decimal): -16252590 or 5374216. OLE color: 5374216.

HSL color Cylindrical-coordinate representation of color #080152: hue angle of 245.19º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080152 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB8182-
CMYK0.900.9900.68
HSL245.19º97.59%16.27%-
HSV(B)245.19º98.78%32.16%-
XYZ1.630.688.03-
YUV12.33167.32124.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.79%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 82 (32.42% from 255) = 90.11%
R=8.79%
G=1.10%
B=90.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81820.900.9900.68245.1997.5916.27
Hex81525A63044f56210
Octal101122132143010436514220
Binary100011010010101101011000110100010011110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080152; }

 p { color: rgb(8,1,82); }

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

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

 a { background-color: rgb(8,1,82); }

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

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

 span { border-color: rgb(8,1,82); }

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