#020450

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

Shades of Midnight Blue #020450

Tints of Midnight Blue #020450

Color information

#020450 (or 0x020450) is unknown color: approx Midnight Blue. HEX triplet: 02, 04 and 50. RGB value is (2,4,80). Sum of RGB (Red+Green+Blue) = 2+4+80=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 80 (31.64% from 255 or 93.02% from 86); Max value from RGB is 80 - color contains mainly: blue. Hex color #020450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020450 is #FDFBAF. Grayscale: #0B0B0B. Windows color (decimal): -16645040 or 5243906. OLE color: 5243906.

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

Color convert

RGB2480-
CMYK0.980.9500.69
HSL238.46º95.12%16.08%-
HSV(B)238.46º97.5%31.37%-
XYZ1.520.687.64-
YUV12.07166.34120.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.33%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 80 (31.64% from 255) = 93.02%
R=2.33%
G=4.65%
B=93.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal24800.980.9500.69238.4695.1216.08
Hex2450625F045ee5f10
Octal24120142137010535613720
Binary101001010000110001010111110100010111101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020450; }

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

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

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

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

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

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

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

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