Html Css Color HEX #0001AD New Midnight Blue

📋 copy color: '#0001AD'

red 0 ◦ green 1 ◦ blue 173

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

Shades of New Midnight Blue #0001AD

Tints of New Midnight Blue #0001AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 99.43%

R = 0%
G = 0.57%
B = 99.43%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0001AD (or 0x0001AD) is known color: New Midnight Blue. HEX triplet: 00, 01 and AD. RGB value is (0,1,173). Sum of RGB (Red+Green+Blue) = 0+1+173=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 173 (67.97% from 255 or 99.43% from 174); Max value from RGB is 173 - color contains mainly: blue. Hex color #0001AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0001AD is #FFFE52. Grayscale: #131313. Windows color (decimal): -16776787 or 11337984. OLE color: 11337984.

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

Color convert

RGB 0 1 173 -
CMYK 1 0.99 0 0.32
HSL 239.65º 1% 0.34% -
HSV(B) 239.65º 1% 0.68% -
XYZ 7.55 3.04 39.72 -
YUV 20.31 214.17 113.51 -
System Red Green Blue C M Y K H S L
Decimal 0 1 173 1 0.99 0 0.32 239.65 1 0.34
Hex 0 1 AD 64 63 0 20 F0 64 22
Octal 0 1 255 144 143 0 40 360 144 42
Binary 0 1 10101101 1100100 1100011 0 100000 11110000 1100100 100010

Color Harmonies of #0001AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0001AD

Black with #0001AD

Text Example


Text Example

White with #0001AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0001AD; }

 p { color: rgb(0,1,173); }

 H1.HeaderClassName
 {
   color: #0001AD;
 }
 .AnyTagClassName
 {
   color: #0001AD;
 }
</style>

background-color css

<style>
 a { background-color: #0001AD; }

 a { background-color: rgb(0,1,173); }

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

border-color css

<style>
 span { border-color: #0001AD; }

 span { border-color: rgb(0,1,173); }

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