#020155

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

Shades of Midnight Blue #020155

Tints of Midnight Blue #020155

Color information

#020155 (or 0x020155) is unknown color: approx Midnight Blue. HEX triplet: 02, 01 and 55. RGB value is (2,1,85). Sum of RGB (Red+Green+Blue) = 2+1+85=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 85 (33.59% from 255 or 96.59% from 88); Max value from RGB is 85 - color contains mainly: blue. Hex color #020155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020155 is #FDFEAA. Grayscale: #0A0A0A. Windows color (decimal): -16645803 or 5570818. OLE color: 5570818.

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

Color convert

RGB2185-
CMYK0.980.9900.67
HSL240.71º97.67%16.86%-
HSV(B)240.71º98.82%33.33%-
XYZ1.680.698.64-
YUV10.88169.83121.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 85 (33.59% from 255) = 96.59%
R=2.27%
G=1.14%
B=96.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal21850.980.9900.67240.7197.6716.86
Hex21556263043f16211
Octal21125142143010336114221
Binary1011010101110001011000110100001111110001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020155; }

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

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

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

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

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

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

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

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