#06085B

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

Shades of Midnight Blue #06085B

Tints of Midnight Blue #06085B

Color information

#06085B (or 0x06085B) is unknown color: approx Midnight Blue. HEX triplet: 06, 08 and 5B. RGB value is (6,8,91). Sum of RGB (Red+Green+Blue) = 6+8+91=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 8 (3.52% from 255 or 7.62% 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 #06085B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06085B is #F9F7A4. Grayscale: #101010. Windows color (decimal): -16381861 or 5965830. OLE color: 5965830.

HSL color Cylindrical-coordinate representation of color #06085B: hue angle of 238.59º 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 #06085B is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB6891-
CMYK0.930.9100.64
HSL238.59º87.63%19.02%-
HSV(B)238.59º93.41%35.69%-
XYZ2.050.979.98-
YUV16.86169.84120.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal68910.930.9100.64238.5987.6319.02
Hex685B5D5B040ef5813
Octal610133135133010035713023
Binary11010001011011101110110110110100000011101111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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