#0204AA

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

Shades of New Midnight Blue #0204AA

Tints of New Midnight Blue #0204AA

Color information

#0204AA (or 0x0204AA) is unknown color: approx New Midnight Blue. HEX triplet: 02, 04 and AA. RGB value is (2,4,170). Sum of RGB (Red+Green+Blue) = 2+4+170=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 170 (66.80% from 255 or 96.59% from 176); Max value from RGB is 170 - color contains mainly: blue. Hex color #0204AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0204AA is #FDFB55. Grayscale: #151515. Windows color (decimal): -16644950 or 11142146. OLE color: 11142146.

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

Color convert

RGB24170-
CMYK0.990.9800.33
HSL239.29º97.67%33.73%-
HSV(B)239.29º98.82%66.67%-
XYZ7.32338.22-
YUV22.33211.34113.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.14%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 170 (66.80% from 255) = 96.59%
R=1.14%
G=2.27%
B=96.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241700.990.9800.33239.2997.6733.73
Hex24AA6362021ef6222
Octal2425214314204135714242
Binary1010010101010110001111000100100001111011111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0204AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0204AA; }

 p { color: rgb(2,4,170); }

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

<style>
 a { background-color: #0204AA; }

 a { background-color: rgb(2,4,170); }

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

<style>
 span { border-color: #0204AA; }

 span { border-color: rgb(2,4,170); }

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