#020555

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

Shades of Midnight Blue #020555

Tints of Midnight Blue #020555

Color information

#020555 (or 0x020555) is unknown color: approx Midnight Blue. HEX triplet: 02, 05 and 55. RGB value is (2,5,85). Sum of RGB (Red+Green+Blue) = 2+5+85=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 5 (2.34% from 255 or 5.43% 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 #020555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020555 is #FDFAAA. Grayscale: #0C0C0C. Windows color (decimal): -16644779 or 5571842. OLE color: 5571842.

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

Color convert

RGB2585-
CMYK0.980.9400.67
HSL237.83º95.4%17.06%-
HSV(B)237.83º97.65%33.33%-
XYZ1.720.788.65-
YUV13.22168.51120-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 5 (2.34% from 255) = 5.43%
BLUE value IS 85 (33.59% from 255) = 92.39%
R=2.17%
G=5.43%
B=92.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal25850.980.9400.67237.8395.417.06
Hex2555625E043ee5f11
Octal25125142136010335613721
Binary101011010101110001010111100100001111101110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020555; }

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

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

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

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

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

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

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

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