#080C5B

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

Shades of Midnight Blue #080C5B

Tints of Midnight Blue #080C5B

Color information

#080C5B (or 0x080C5B) is unknown color: approx Midnight Blue. HEX triplet: 08, 0C and 5B. RGB value is (8,12,91). Sum of RGB (Red+Green+Blue) = 8+12+91=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #080C5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080C5B is #F7F3A4. Grayscale: #131313. Windows color (decimal): -16249765 or 5966856. OLE color: 5966856.

HSL color Cylindrical-coordinate representation of color #080C5B: hue angle of 237.11º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080C5B is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB81291-
CMYK0.910.8700.64
HSL237.11º83.84%19.41%-
HSV(B)237.11º91.21%35.69%-
XYZ2.121.079.99-
YUV19.81168.17119.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.21%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 91 (35.94% from 255) = 81.98%
R=7.21%
G=10.81%
B=81.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal812910.910.8700.64237.1183.8419.41
Hex8C5B5B57040ed5413
Octal1014133133127010035512423
Binary100011001011011101101110101110100000011101101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080C5B; }

 p { color: rgb(8,12,91); }

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

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

 a { background-color: rgb(8,12,91); }

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

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

 span { border-color: rgb(8,12,91); }

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