Html Css Color HEX #0701AF New Midnight Blue

📋 copy color: '#0701AF'

red 7 ◦ green 1 ◦ blue 175

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

Shades of New Midnight Blue #0701AF

Tints of New Midnight Blue #0701AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 95.63%

R = 3.83%
G = 0.55%
B = 95.63%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0701AF (or 0x0701AF) is known color: New Midnight Blue. HEX triplet: 07, 01 and AF. RGB value is (7,1,175). Sum of RGB (Red+Green+Blue) = 7+1+175=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 175 (68.75% from 255 or 95.63% from 183); Max value from RGB is 175 - color contains mainly: blue. Hex color #0701AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0701AF is #F8FE50. Grayscale: #151515. Windows color (decimal): -16318033 or 11469063. OLE color: 11469063.

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

Color convert

RGB 7 1 175 -
CMYK 0.96 0.99 0 0.31
HSL 242.07º 0.99% 0.35% -
HSV(B) 242.07º 0.99% 0.69% -
XYZ 7.84 3.16 40.75 -
YUV 22.63 213.99 116.85 -
System Red Green Blue C M Y K H S L
Decimal 7 1 175 0.96 0.99 0 0.31 242.07 0.99 0.35
Hex 7 1 AF 60 63 0 1F F2 63 23
Octal 7 1 257 140 143 0 37 362 143 43
Binary 111 1 10101111 1100000 1100011 0 11111 11110010 1100011 100011

Color Harmonies of #0701AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0701AF

Black with #0701AF

Text Example


Text Example

White with #0701AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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