#020652

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

Shades of Midnight Blue #020652

Tints of Midnight Blue #020652

Color information

#020652 (or 0x020652) is unknown color: approx Midnight Blue. HEX triplet: 02, 06 and 52. RGB value is (2,6,82). Sum of RGB (Red+Green+Blue) = 2+6+82=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 82 (32.42% from 255 or 91.11% from 90); Max value from RGB is 82 - color contains mainly: blue. Hex color #020652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020652 is #FDF9AD. Grayscale: #0D0D0D. Windows color (decimal): -16644526 or 5375490. OLE color: 5375490.

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

Color convert

RGB2682-
CMYK0.980.9300.68
HSL237º95.24%16.47%-
HSV(B)237º97.56%32.16%-
XYZ1.610.758.04-
YUV13.47166.67119.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.22%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 82 (32.42% from 255) = 91.11%
R=2.22%
G=6.67%
B=91.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal26820.980.9300.6823795.2416.47
Hex2652625D044ed5f10
Octal26122142135010435513720
Binary101101010010110001010111010100010011101101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020652; }

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

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

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

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

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

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

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

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