#020752

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

Shades of Midnight Blue #020752

Tints of Midnight Blue #020752

Color information

#020752 (or 0x020752) is unknown color: approx Midnight Blue. HEX triplet: 02, 07 and 52. RGB value is (2,7,82). Sum of RGB (Red+Green+Blue) = 2+7+82=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 82 (32.42% from 255 or 90.11% from 91); Max value from RGB is 82 - color contains mainly: blue. Hex color #020752 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020752 is #FDF8AD. Grayscale: #0D0D0D. Windows color (decimal): -16644270 or 5375746. OLE color: 5375746.

HSL color Cylindrical-coordinate representation of color #020752: hue angle of 236.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020752 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB2782-
CMYK0.980.9100.68
HSL236.25º95.24%16.47%-
HSV(B)236.25º97.56%32.16%-
XYZ1.620.778.05-
YUV14.06166.34119.4-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 82 (32.42% from 255) = 90.11%
R=2.20%
G=7.69%
B=90.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal27820.980.9100.68236.2595.2416.47
Hex2752625B044ec5f10
Octal27122142133010435413720
Binary101111010010110001010110110100010011101100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020752; }

 p { color: rgb(2,7,82); }

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

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

 a { background-color: rgb(2,7,82); }

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

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

 span { border-color: rgb(2,7,82); }

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