#060156

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

Shades of Midnight Blue #060156

Tints of Midnight Blue #060156

Color information

#060156 (or 0x060156) is unknown color: approx Midnight Blue. HEX triplet: 06, 01 and 56. RGB value is (6,1,86). Sum of RGB (Red+Green+Blue) = 6+1+86=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 86 (33.98% from 255 or 92.47% from 93); Max value from RGB is 86 - color contains mainly: blue. Hex color #060156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060156 is #F9FEA9. Grayscale: #0B0B0B. Windows color (decimal): -16383658 or 5636358. OLE color: 5636358.

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

Color convert

RGB6186-
CMYK0.930.9900.66
HSL243.53º97.7%17.06%-
HSV(B)243.53º98.84%33.73%-
XYZ1.770.738.85-
YUV12.18169.66123.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 86 (33.98% from 255) = 92.47%
R=6.45%
G=1.08%
B=92.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal61860.930.9900.66243.5397.717.06
Hex61565D63042f46211
Octal61126135143010236414221
Binary11011010110101110111000110100001011110100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060156; }

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

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

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

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

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

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

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

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