#06095F

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

Shades of Midnight Blue #06095F

Tints of Midnight Blue #06095F

Color information

#06095F (or 0x06095F) is unknown color: approx Midnight Blue. HEX triplet: 06, 09 and 5F. RGB value is (6,9,95). Sum of RGB (Red+Green+Blue) = 6+9+95=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 95 (37.5% from 255 or 86.36% from 110); Max value from RGB is 95 - color contains mainly: blue. Hex color #06095F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06095F is #F9F6A0. Grayscale: #111111. Windows color (decimal): -16381601 or 6228230. OLE color: 6228230.

HSL color Cylindrical-coordinate representation of color #06095F: hue angle of 237.98º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06095F is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB6995-
CMYK0.940.9100.63
HSL237.98º88.12%19.8%-
HSV(B)237.98º93.68%37.25%-
XYZ2.241.0610.91-
YUV17.91171.51119.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 9 (3.91% from 255) = 8.18%
BLUE value IS 95 (37.5% from 255) = 86.36%
R=5.45%
G=8.18%
B=86.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal69950.940.9100.63237.9888.1219.8
Hex695F5E5B03Fee5814
Octal61113713613307735613024
Binary1101001101111110111101011011011111111101110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06095F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06095F; }

 p { color: rgb(6,9,95); }

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

<style>
 a { background-color: #06095F; }

 a { background-color: rgb(6,9,95); }

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

<style>
 span { border-color: #06095F; }

 span { border-color: rgb(6,9,95); }

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