#0200A1

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

Shades of New Midnight Blue #0200A1

Tints of New Midnight Blue #0200A1

Color information

#0200A1 (or 0x0200A1) is unknown color: approx New Midnight Blue. HEX triplet: 02, 00 and A1. RGB value is (2,0,161). Sum of RGB (Red+Green+Blue) = 2+0+161=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 161 (63.28% from 255 or 98.77% from 163); Max value from RGB is 161 - color contains mainly: blue. Hex color #0200A1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0200A1 is #FDFF5E. Grayscale: #121212. Windows color (decimal): -16645983 or 10551298. OLE color: 10551298.

HSL color Cylindrical-coordinate representation of color #0200A1: hue angle of 240.75º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0200A1 is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB20161-
CMYK0.99100.37
HSL240.75º100%31.57%-
HSV(B)240.75º100%63.14%-
XYZ6.462.5933.88-
YUV18.95208.16115.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 161 (63.28% from 255) = 98.77%
R=1.23%
G=0%
B=98.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal201610.99100.37240.7510031.57
Hex20A16364025f16420
Octal2024114314404536114440
Binary10010100001110001111001000100101111100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0200A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0200A1; }

 p { color: rgb(2,0,161); }

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

<style>
 a { background-color: #0200A1; }

 a { background-color: rgb(2,0,161); }

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

<style>
 span { border-color: #0200A1; }

 span { border-color: rgb(2,0,161); }

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