#020452

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

Shades of Midnight Blue #020452

Tints of Midnight Blue #020452

Color information

#020452 (or 0x020452) is unknown color: approx Midnight Blue. HEX triplet: 02, 04 and 52. RGB value is (2,4,82). Sum of RGB (Red+Green+Blue) = 2+4+82=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 82 (32.42% from 255 or 93.18% from 88); Max value from RGB is 82 - color contains mainly: blue. Hex color #020452 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020452 is #FDFBAD. Grayscale: #0B0B0B. Windows color (decimal): -16645038 or 5374978. OLE color: 5374978.

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

Color convert

RGB2482-
CMYK0.980.9500.68
HSL238.5º95.24%16.47%-
HSV(B)238.5º97.56%32.16%-
XYZ1.590.718.04-
YUV12.29167.34120.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.27%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 82 (32.42% from 255) = 93.18%
R=2.27%
G=4.55%
B=93.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal24820.980.9500.68238.595.2416.47
Hex2452625F044ee5f10
Octal24122142137010435613720
Binary101001010010110001010111110100010011101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020452; }

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

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

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

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

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

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

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

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