Html Css Color HEX #0701AD New Midnight Blue

📋 copy color: '#0701AD'

red 7 ◦ green 1 ◦ blue 173

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

Shades of New Midnight Blue #0701AD

Tints of New Midnight Blue #0701AD

RGB

 RED value IS 7 (3.13% from 255) = 3.87%

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

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

R = 3.87%
G = 0.55%
B = 95.58%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0701AD (or 0x0701AD) is known color: New Midnight Blue. HEX triplet: 07, 01 and AD. RGB value is (7,1,173). Sum of RGB (Red+Green+Blue) = 7+1+173=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 173 (67.97% from 255 or 95.58% from 181); Max value from RGB is 173 - color contains mainly: blue. Hex color #0701AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0701AD is #F8FE52. Grayscale: #151515. Windows color (decimal): -16318035 or 11337991. OLE color: 11337991.

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

Color convert

RGB 7 1 173 -
CMYK 0.96 0.99 0 0.32
HSL 242.09º 0.99% 0.34% -
HSV(B) 242.09º 0.99% 0.68% -
XYZ 7.64 3.08 39.73 -
YUV 22.4 212.99 117.01 -
System Red Green Blue C M Y K H S L
Decimal 7 1 173 0.96 0.99 0 0.32 242.09 0.99 0.34
Hex 7 1 AD 60 63 0 20 F2 63 22
Octal 7 1 255 140 143 0 40 362 143 42
Binary 111 1 10101101 1100000 1100011 0 100000 11110010 1100011 100010

Color Harmonies of #0701AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0701AD

Black with #0701AD

Text Example


Text Example

White with #0701AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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