Html Css Color HEX #0201AB New Midnight Blue

📋 copy color: '#0201AB'

red 2 ◦ green 1 ◦ blue 171

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

Shades of New Midnight Blue #0201AB

Tints of New Midnight Blue #0201AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 171 (67.19% from 255) = 98.28%

R = 1.15%
G = 0.57%
B = 98.28%

CMYK

 C value IS 0.99

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0201AB (or 0x0201AB) is known color: New Midnight Blue. HEX triplet: 02, 01 and AB. RGB value is (2,1,171). Sum of RGB (Red+Green+Blue) = 2+1+171=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 171 (67.19% from 255 or 98.28% from 174); Max value from RGB is 171 - color contains mainly: blue. Hex color #0201AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0201AB is #FDFE54. Grayscale: #141414. Windows color (decimal): -16645717 or 11206914. OLE color: 11206914.

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

Color convert

RGB 2 1 171 -
CMYK 0.99 0.99 0 0.33
HSL 240.35º 0.99% 0.34% -
HSV(B) 240.35º 0.99% 0.67% -
XYZ 7.39 2.97 38.71 -
YUV 20.68 212.83 114.68 -
System Red Green Blue C M Y K H S L
Decimal 2 1 171 0.99 0.99 0 0.33 240.35 0.99 0.34
Hex 2 1 AB 63 63 0 21 F0 63 22
Octal 2 1 253 143 143 0 41 360 143 42
Binary 10 1 10101011 1100011 1100011 0 100001 11110000 1100011 100010

Color Harmonies of #0201AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0201AB

Black with #0201AB

Text Example


Text Example

White with #0201AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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