#0208AA

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

Shades of New Midnight Blue #0208AA

Tints of New Midnight Blue #0208AA

Color information

#0208AA (or 0x0208AA) is unknown color: approx New Midnight Blue. HEX triplet: 02, 08 and AA. RGB value is (2,8,170). Sum of RGB (Red+Green+Blue) = 2+8+170=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 170 (66.80% from 255 or 94.44% from 180); Max value from RGB is 170 - color contains mainly: blue. Hex color #0208AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0208AA is #FDF755. Grayscale: #181818. Windows color (decimal): -16643926 or 11143170. OLE color: 11143170.

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

Color convert

RGB28170-
CMYK0.990.9500.33
HSL237.86º97.67%33.73%-
HSV(B)237.86º98.82%66.67%-
XYZ7.373.0938.24-
YUV24.67210.01111.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 170 (66.80% from 255) = 94.44%
R=1.11%
G=4.44%
B=94.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281700.990.9500.33237.8697.6733.73
Hex28AA635F021ee6222
Octal21025214313704135614242
Binary10100010101010110001110111110100001111011101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0208AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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