#010555

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

Shades of Midnight Blue #010555

Tints of Midnight Blue #010555

Color information

#010555 (or 0x010555) is unknown color: approx Midnight Blue. HEX triplet: 01, 05 and 55. RGB value is (1,5,85). Sum of RGB (Red+Green+Blue) = 1+5+85=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 85 (33.59% from 255 or 93.41% from 91); Max value from RGB is 85 - color contains mainly: blue. Hex color #010555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010555 is #FEFAAA. Grayscale: #0C0C0C. Windows color (decimal): -16710315 or 5571841. OLE color: 5571841.

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

Color convert

RGB1585-
CMYK0.990.9400.67
HSL237.14º97.67%16.86%-
HSV(B)237.14º98.82%33.33%-
XYZ1.710.778.65-
YUV12.92168.67119.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 85 (33.59% from 255) = 93.41%
R=1.10%
G=5.49%
B=93.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal15850.990.9400.67237.1497.6716.86
Hex1555635E043ed6211
Octal15125143136010335514221
Binary11011010101110001110111100100001111101101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010555; }

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

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

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

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

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

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

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

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