#060155

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

Shades of Midnight Blue #060155

Tints of Midnight Blue #060155

Color information

#060155 (or 0x060155) is unknown color: approx Midnight Blue. HEX triplet: 06, 01 and 55. RGB value is (6,1,85). Sum of RGB (Red+Green+Blue) = 6+1+85=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 85 (33.59% from 255 or 92.39% from 92); Max value from RGB is 85 - color contains mainly: blue. Hex color #060155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060155 is #F9FEAA. Grayscale: #0B0B0B. Windows color (decimal): -16383659 or 5570822. OLE color: 5570822.

HSL color Cylindrical-coordinate representation of color #060155: hue angle of 243.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #060155 is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB6185-
CMYK0.930.9900.67
HSL243.57º97.67%16.86%-
HSV(B)243.57º98.82%33.33%-
XYZ1.730.728.64-
YUV12.07169.16123.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 1 (0.78% from 255) = 1.09%
BLUE value IS 85 (33.59% from 255) = 92.39%
R=6.52%
G=1.09%
B=92.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal61850.930.9900.67243.5797.6716.86
Hex61555D63043f46211
Octal61125135143010336414221
Binary11011010101101110111000110100001111110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060155; }

 p { color: rgb(6,1,85); }

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

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

 a { background-color: rgb(6,1,85); }

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

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

 span { border-color: rgb(6,1,85); }

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