#060865

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

Shades of Midnight Blue #060865

Tints of Midnight Blue #060865

Color information

#060865 (or 0x060865) is unknown color: approx Midnight Blue. HEX triplet: 06, 08 and 65. RGB value is (6,8,101). Sum of RGB (Red+Green+Blue) = 6+8+101=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 8 (3.52% from 255 or 6.96% from 115); Blue value is 101 (39.84% from 255 or 87.83% from 115); Max value from RGB is 101 - color contains mainly: blue. Hex color #060865 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060865 is #F9F79A. Grayscale: #111111. Windows color (decimal): -16381851 or 6621190. OLE color: 6621190.

HSL color Cylindrical-coordinate representation of color #060865: hue angle of 238.74º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060865 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB68101-
CMYK0.940.9200.60
HSL238.74º88.79%20.98%-
HSV(B)238.74º94.06%39.61%-
XYZ2.511.1512.4-
YUV18174.84119.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 8 (3.52% from 255) = 6.96%
BLUE value IS 101 (39.84% from 255) = 87.83%
R=5.22%
G=6.96%
B=87.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal681010.940.9200.60238.7488.7920.98
Hex68655E5C03Cef5915
Octal61014513613407435713125
Binary1101000110010110111101011100011110011101111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060865; }

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

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

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

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

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

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

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

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