#020A9F

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

Shades of New Midnight Blue #020A9F

Tints of New Midnight Blue #020A9F

Color information

#020A9F (or 0x020A9F) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0A and 9F. RGB value is (2,10,159). Sum of RGB (Red+Green+Blue) = 2+10+159=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 159 (62.5% from 255 or 92.98% from 171); Max value from RGB is 159 - color contains mainly: blue. Hex color #020A9F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A9F is #FDF560. Grayscale: #171717. Windows color (decimal): -16643425 or 10422786. OLE color: 10422786.

HSL color Cylindrical-coordinate representation of color #020A9F: hue angle of 236.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A9F is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB210159-
CMYK0.990.9400.38
HSL236.94º97.52%31.57%-
HSV(B)236.94º98.74%62.35%-
XYZ6.392.7332.99-
YUV24.59203.85111.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 159 (62.5% from 255) = 92.98%
R=1.17%
G=5.85%
B=92.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2101590.990.9400.38236.9497.5231.57
Hex2A9F635E026ed6220
Octal21223714313604635514240
Binary10101010011111110001110111100100110111011011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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