#08065B

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

Shades of Midnight Blue #08065B

Tints of Midnight Blue #08065B

Color information

#08065B (or 0x08065B) is unknown color: approx Midnight Blue. HEX triplet: 08, 06 and 5B. RGB value is (8,6,91). Sum of RGB (Red+Green+Blue) = 8+6+91=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #08065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08065B is #F7F9A4. Grayscale: #0F0F0F. Windows color (decimal): -16251301 or 5965320. OLE color: 5965320.

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

Color convert

RGB8691-
CMYK0.910.9300.64
HSL241.41º87.63%19.02%-
HSV(B)241.41º93.41%35.69%-
XYZ2.050.949.97-
YUV16.29170.16122.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.62%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 91 (35.94% from 255) = 86.67%
R=7.62%
G=5.71%
B=86.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal86910.910.9300.64241.4187.6319.02
Hex865B5B5D040f15813
Octal106133133135010036113023
Binary10001101011011101101110111010100000011110001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08065B; }

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

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

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

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

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

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

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

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