#010047

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

Shades of Midnight Blue #010047

Tints of Midnight Blue #010047

Color information

#010047 (or 0x010047) is unknown color: approx Midnight Blue. HEX triplet: 01, 00 and 47. RGB value is (1,0,71). Sum of RGB (Red+Green+Blue) = 1+0+71=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 71 (28.12% from 255 or 98.61% from 72); Max value from RGB is 71 - color contains mainly: blue. Hex color #010047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010047 is #FEFFB8. Grayscale: #080808. Windows color (decimal): -16711609 or 4653057. OLE color: 4653057.

HSL color Cylindrical-coordinate representation of color #010047: hue angle of 240.85º 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 #010047 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB1071-
CMYK0.99100.72
HSL240.85º100%13.92%-
HSV(B)240.85º100%27.84%-
XYZ1.150.465.99-
YUV8.39163.33122.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 98.61%
R=1.39%
G=0%
B=98.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal10710.99100.72240.8510013.92
Hex10476364048f164e
Octal10107143144011036114416
Binary10100011111000111100100010010001111000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010047; }

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

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

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

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

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

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

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

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