Html Css Color HEX #0200AA New Midnight Blue

📋 copy color: '#0200AA'

red 2 ◦ green 0 ◦ blue 170

#0200AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New Midnight Blue #0200AA

Tints of New Midnight Blue #0200AA

RGB

 RED value IS 2 (1.17% from 255) = 1.16%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 98.84%

R = 1.16%
G = 0%
B = 98.84%

CMYK

 C value IS 0.99

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0200AA (or 0x0200AA) is known color: New Midnight Blue. HEX triplet: 02, 00 and AA. RGB value is (2,0,170). Sum of RGB (Red+Green+Blue) = 2+0+170=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 170 (66.80% from 255 or 98.84% from 172); Max value from RGB is 170 - color contains mainly: blue. Hex color #0200AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0200AA is #FDFF55. Grayscale: #131313. Windows color (decimal): -16645974 or 11141122. OLE color: 11141122.

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

Color convert

RGB 2 0 170 -
CMYK 0.99 1 0 0.33
HSL 240.71º 1% 0.33% -
HSV(B) 240.71º 1% 0.67% -
XYZ 7.28 2.92 38.21 -
YUV 19.98 212.66 115.18 -
System Red Green Blue C M Y K H S L
Decimal 2 0 170 0.99 1 0 0.33 240.71 1 0.33
Hex 2 0 AA 63 64 0 21 F1 64 21
Octal 2 0 252 143 144 0 41 361 144 41
Binary 10 0 10101010 1100011 1100100 0 100001 11110001 1100100 100001

Color Harmonies of #0200AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0200AA

Black with #0200AA

Text Example


Text Example

White with #0200AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0200AA;
 }
 .AnyTagClassName
 {
   color: #0200AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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