#020BAC

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

Shades of New Midnight Blue #020BAC

Tints of New Midnight Blue #020BAC

Color information

#020BAC (or 0x020BAC) is unknown color: approx New Midnight Blue. HEX triplet: 02, 0B and AC. RGB value is (2,11,172). Sum of RGB (Red+Green+Blue) = 2+11+172=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 11 (4.69% from 255 or 5.95% from 185); Blue value is 172 (67.58% from 255 or 92.97% from 185); Max value from RGB is 172 - color contains mainly: blue. Hex color #020BAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020BAC is #FDF453. Grayscale: #1A1A1A. Windows color (decimal): -16643156 or 11275010. OLE color: 11275010.

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

Color convert

RGB211172-
CMYK0.990.9400.33
HSL236.82º97.7%34.12%-
HSV(B)236.82º98.84%67.45%-
XYZ7.593.2339.25-
YUV26.66210.02110.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 11 (4.69% from 255) = 5.95%
BLUE value IS 172 (67.58% from 255) = 92.97%
R=1.08%
G=5.95%
B=92.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2111720.990.9400.33236.8297.734.12
Hex2BAC635E021ed6222
Octal21325414313604135514242
Binary10101110101100110001110111100100001111011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,11,172); }

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

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

 a { background-color: rgb(2,11,172); }

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

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

 span { border-color: rgb(2,11,172); }

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