#08075A

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

Shades of Midnight Blue #08075A

Tints of Midnight Blue #08075A

Color information

#08075A (or 0x08075A) is unknown color: approx Midnight Blue. HEX triplet: 08, 07 and 5A. RGB value is (8,7,90). Sum of RGB (Red+Green+Blue) = 8+7+90=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 90 (35.55% from 255 or 85.71% from 105); Max value from RGB is 90 - color contains mainly: blue. Hex color #08075A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08075A is #F7F8A5. Grayscale: #101010. Windows color (decimal): -16251046 or 5900040. OLE color: 5900040.

HSL color Cylindrical-coordinate representation of color #08075A: hue angle of 240.72º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08075A is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB8790-
CMYK0.910.9200.65
HSL240.72º85.57%19.02%-
HSV(B)240.72º92.22%35.29%-
XYZ2.020.949.75-
YUV16.76169.33121.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 90 (35.55% from 255) = 85.71%
R=7.62%
G=6.67%
B=85.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal87900.910.9200.65240.7285.5719.02
Hex875A5B5C041f15613
Octal107132133134010136112623
Binary10001111011010101101110111000100000111110001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08075A; }

 p { color: rgb(8,7,90); }

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

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

 a { background-color: rgb(8,7,90); }

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

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

 span { border-color: rgb(8,7,90); }

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