#020A9B

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

Shades of New Midnight Blue #020A9B

Tints of New Midnight Blue #020A9B

Color information

#020A9B (or 0x020A9B) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0A and 9B. RGB value is (2,10,155). Sum of RGB (Red+Green+Blue) = 2+10+155=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 155 (60.94% from 255 or 92.81% from 167); Max value from RGB is 155 - color contains mainly: blue. Hex color #020A9B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020A9B is #FDF564. Grayscale: #171717. Windows color (decimal): -16643429 or 10160642. OLE color: 10160642.

HSL color Cylindrical-coordinate representation of color #020A9B: hue angle of 236.86º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020A9B is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB210155-
CMYK0.990.9400.39
HSL236.86º97.45%30.78%-
HSV(B)236.86º98.71%60.78%-
XYZ6.052.631.19-
YUV24.14201.85112.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 155 (60.94% from 255) = 92.81%
R=1.20%
G=5.99%
B=92.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal2101550.990.9400.39236.8697.4530.78
Hex2A9B635E027ed611f
Octal21223314313604735514137
Binary1010101001101111000111011110010011111101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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