#010655

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

Shades of Midnight Blue #010655

Tints of Midnight Blue #010655

Color information

#010655 (or 0x010655) is unknown color: approx Midnight Blue. HEX triplet: 01, 06 and 55. RGB value is (1,6,85). Sum of RGB (Red+Green+Blue) = 1+6+85=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 85 (33.59% from 255 or 92.39% from 92); Max value from RGB is 85 - color contains mainly: blue. Hex color #010655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010655 is #FEF9AA. Grayscale: #0D0D0D. Windows color (decimal): -16710059 or 5572097. OLE color: 5572097.

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

Color convert

RGB1685-
CMYK0.990.9300.67
HSL236.43º97.67%16.86%-
HSV(B)236.43º98.82%33.33%-
XYZ1.720.798.66-
YUV13.51168.34119.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 85 (33.59% from 255) = 92.39%
R=1.09%
G=6.52%
B=92.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal16850.990.9300.67236.4397.6716.86
Hex1655635D043ec6211
Octal16125143135010335414221
Binary11101010101110001110111010100001111101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010655; }

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

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

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

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

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

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

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

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