#06085D

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

Shades of Midnight Blue #06085D

Tints of Midnight Blue #06085D

Color information

#06085D (or 0x06085D) is unknown color: approx Midnight Blue. HEX triplet: 06, 08 and 5D. RGB value is (6,8,93). Sum of RGB (Red+Green+Blue) = 6+8+93=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 93 (36.72% from 255 or 86.92% from 107); Max value from RGB is 93 - color contains mainly: blue. Hex color #06085D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06085D is #F9F7A2. Grayscale: #101010. Windows color (decimal): -16381859 or 6096902. OLE color: 6096902.

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

Color convert

RGB6893-
CMYK0.940.9100.64
HSL238.62º87.88%19.41%-
HSV(B)238.62º93.55%36.47%-
XYZ2.14110.44-
YUV17.09170.84120.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.61%
GREEN value IS 8 (3.52% from 255) = 7.48%
BLUE value IS 93 (36.72% from 255) = 86.92%
R=5.61%
G=7.48%
B=86.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal68930.940.9100.64238.6287.8819.41
Hex685D5E5B040ef5813
Octal610135136133010035713023
Binary11010001011101101111010110110100000011101111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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