#020A5E

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

Shades of Midnight Blue #020A5E

Tints of Midnight Blue #020A5E

Color information

#020A5E (or 0x020A5E) is unknown color: approx Midnight Blue. HEX triplet: 02, 0A and 5E. RGB value is (2,10,94). Sum of RGB (Red+Green+Blue) = 2+10+94=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 94 (37.11% from 255 or 88.68% from 106); Max value from RGB is 94 - color contains mainly: blue. Hex color #020A5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020A5E is #FDF5A1. Grayscale: #101010. Windows color (decimal): -16643490 or 6162946. OLE color: 6162946.

HSL color Cylindrical-coordinate representation of color #020A5E: hue angle of 234.78º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020A5E is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB21094-
CMYK0.980.8900.63
HSL234.78º95.83%18.82%-
HSV(B)234.78º97.87%36.86%-
XYZ2.151.0410.68-
YUV17.18171.35117.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 10 (4.30% from 255) = 9.43%
BLUE value IS 94 (37.11% from 255) = 88.68%
R=1.89%
G=9.43%
B=88.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal210940.980.8900.63234.7895.8318.82
Hex2A5E625903Feb6013
Octal21213614213107735314023
Binary101010101111011000101011001011111111101011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020A5E; }

 p { color: rgb(2,10,94); }

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

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

 a { background-color: rgb(2,10,94); }

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

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

 span { border-color: rgb(2,10,94); }

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