#0205AC

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

Shades of New Midnight Blue #0205AC

Tints of New Midnight Blue #0205AC

Color information

#0205AC (or 0x0205AC) is unknown color: approx New Midnight Blue. HEX triplet: 02, 05 and AC. RGB value is (2,5,172). Sum of RGB (Red+Green+Blue) = 2+5+172=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 172 (67.58% from 255 or 96.09% from 179); Max value from RGB is 172 - color contains mainly: blue. Hex color #0205AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0205AC is #FDFA53. Grayscale: #161616. Windows color (decimal): -16644692 or 11273474. OLE color: 11273474.

HSL color Cylindrical-coordinate representation of color #0205AC: hue angle of 238.94º 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 #0205AC is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB25172-
CMYK0.990.9700.33
HSL238.94º97.7%34.12%-
HSV(B)238.94º98.84%67.45%-
XYZ7.533.139.23-
YUV23.14212.01112.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 5 (2.34% from 255) = 2.79%
BLUE value IS 172 (67.58% from 255) = 96.09%
R=1.12%
G=2.79%
B=96.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251720.990.9700.33238.9497.734.12
Hex25AC6361021ef6222
Octal2525414314104135714242
Binary1010110101100110001111000010100001111011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0205AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0205AC; }

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

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

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

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

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

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

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

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