#010756

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

Shades of Midnight Blue #010756

Tints of Midnight Blue #010756

Color information

#010756 (or 0x010756) is unknown color: approx Midnight Blue. HEX triplet: 01, 07 and 56. RGB value is (1,7,86). Sum of RGB (Red+Green+Blue) = 1+7+86=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 86 (33.98% from 255 or 91.49% from 94); Max value from RGB is 86 - color contains mainly: blue. Hex color #010756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010756 is #FEF8A9. Grayscale: #0D0D0D. Windows color (decimal): -16709802 or 5637889. OLE color: 5637889.

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

Color convert

RGB1786-
CMYK0.990.9200.66
HSL235.76º97.7%17.06%-
HSV(B)235.76º98.84%33.73%-
XYZ1.770.838.87-
YUV14.21168.51118.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 86 (33.98% from 255) = 91.49%
R=1.06%
G=7.45%
B=91.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal17860.990.9200.66235.7697.717.06
Hex1756635C042ec6211
Octal17126143134010235414221
Binary11111010110110001110111000100001011101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010756; }

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

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

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

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

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

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

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

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