Html Css Color HEX #0201AC New Midnight Blue

📋 copy color: '#0201AC'

red 2 ◦ green 1 ◦ blue 172

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

Shades of New Midnight Blue #0201AC

Tints of New Midnight Blue #0201AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 98.29%

R = 1.14%
G = 0.57%
B = 98.29%

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

#0201AC (or 0x0201AC) is known color: New Midnight Blue. HEX triplet: 02, 01 and AC. RGB value is (2,1,172). Sum of RGB (Red+Green+Blue) = 2+1+172=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 172 (67.58% from 255 or 98.29% from 175); Max value from RGB is 172 - color contains mainly: blue. Hex color #0201AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0201AC is #FDFE53. Grayscale: #141414. Windows color (decimal): -16645716 or 11272450. OLE color: 11272450.

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

Color convert

RGB 2 1 172 -
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.48 3.01 39.22 -
YUV 20.79 213.33 114.6 -
System Red Green Blue C M Y K H S L
Decimal 2 1 172 0.99 0.99 0 0.33 240.35 0.99 0.34
Hex 2 1 AC 63 63 0 21 F0 63 22
Octal 2 1 254 143 143 0 41 360 143 42
Binary 10 1 10101100 1100011 1100011 0 100001 11110000 1100011 100010

Color Harmonies of #0201AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0201AC

Black with #0201AC

Text Example


Text Example

White with #0201AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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