Html Css Color HEX #0200AB New Midnight Blue

📋 copy color: '#0200AB'

red 2 ◦ green 0 ◦ blue 171

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

Shades of New Midnight Blue #0200AB

Tints of New Midnight Blue #0200AB

RGB

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

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

 BLUE value IS 171 (67.19% 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

#0200AB (or 0x0200AB) is known color: New Midnight Blue. HEX triplet: 02, 00 and AB. RGB value is (2,0,171). Sum of RGB (Red+Green+Blue) = 2+0+171=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 171 (67.19% from 255 or 98.84% from 173); Max value from RGB is 171 - color contains mainly: blue. Hex color #0200AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0200AB is #FDFF54. Grayscale: #131313. Windows color (decimal): -16645973 or 11206658. OLE color: 11206658.

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

Color convert

RGB 2 0 171 -
CMYK 0.99 1 0 0.33
HSL 240.7º 1% 0.34% -
HSV(B) 240.7º 1% 0.67% -
XYZ 7.38 2.95 38.71 -
YUV 20.09 213.16 115.1 -
System Red Green Blue C M Y K H S L
Decimal 2 0 171 0.99 1 0 0.33 240.7 1 0.34
Hex 2 0 AB 63 64 0 21 F1 64 22
Octal 2 0 253 143 144 0 41 361 144 42
Binary 10 0 10101011 1100011 1100100 0 100001 11110001 1100100 100010

Color Harmonies of #0200AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0200AB

Black with #0200AB

Text Example


Text Example

White with #0200AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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