#010356

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

Shades of Midnight Blue #010356

Tints of Midnight Blue #010356

Color information

#010356 (or 0x010356) is unknown color: approx Midnight Blue. HEX triplet: 01, 03 and 56. RGB value is (1,3,86). Sum of RGB (Red+Green+Blue) = 1+3+86=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 86 (33.98% from 255 or 95.56% from 90); Max value from RGB is 86 - color contains mainly: blue. Hex color #010356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010356 is #FEFCA9. Grayscale: #0B0B0B. Windows color (decimal): -16710826 or 5636865. OLE color: 5636865.

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

Color convert

RGB1386-
CMYK0.990.9700.66
HSL238.59º97.7%17.06%-
HSV(B)238.59º98.84%33.73%-
XYZ1.720.748.86-
YUV11.86169.84120.25-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 86 (33.98% from 255) = 95.56%
R=1.11%
G=3.33%
B=95.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal13860.990.9700.66238.5997.717.06
Hex13566361042ef6211
Octal13126143141010235714221
Binary1111010110110001111000010100001011101111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010356; }

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

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

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

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

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

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

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

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