#060047

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

Shades of Midnight Blue #060047

Tints of Midnight Blue #060047

Color information

#060047 (or 0x060047) is unknown color: approx Midnight Blue. HEX triplet: 06, 00 and 47. RGB value is (6,0,71). Sum of RGB (Red+Green+Blue) = 6+0+71=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 71 (28.12% from 255 or 92.21% from 77); Max value from RGB is 71 - color contains mainly: blue. Hex color #060047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060047 is #F9FFB8. Grayscale: #090909. Windows color (decimal): -16383929 or 4653062. OLE color: 4653062.

HSL color Cylindrical-coordinate representation of color #060047: hue angle of 245.07º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060047 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB6071-
CMYK0.92100.72
HSL245.07º100%13.92%-
HSV(B)245.07º100%27.84%-
XYZ1.210.495.99-
YUV9.89162.49125.23-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 92.21%
R=7.79%
G=0%
B=92.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal60710.92100.72245.0710013.92
Hex60475C64048f564e
Octal60107134144011036514416
Binary1100100011110111001100100010010001111010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060047; }

 p { color: rgb(6,0,71); }

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

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

 a { background-color: rgb(6,0,71); }

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

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

 span { border-color: rgb(6,0,71); }

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