Html Css Color HEX #0705AD New Midnight Blue

📋 copy color: '#0705AD'

red 7 ◦ green 5 ◦ blue 173

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

Shades of New Midnight Blue #0705AD

Tints of New Midnight Blue #0705AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 3.78%
G = 2.7%
B = 93.51%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0705AD (or 0x0705AD) is known color: New Midnight Blue. HEX triplet: 07, 05 and AD. RGB value is (7,5,173). Sum of RGB (Red+Green+Blue) = 7+5+173=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 173 (67.97% from 255 or 93.51% from 185); Max value from RGB is 173 - color contains mainly: blue. Hex color #0705AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0705AD is #F8FA52. Grayscale: #181818. Windows color (decimal): -16317011 or 11339015. OLE color: 11339015.

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

Color convert

RGB 7 5 173 -
CMYK 0.96 0.97 0 0.32
HSL 240.71º 0.94% 0.35% -
HSV(B) 240.71º 0.97% 0.68% -
XYZ 7.68 3.17 39.74 -
YUV 24.75 211.66 115.34 -
System Red Green Blue C M Y K H S L
Decimal 7 5 173 0.96 0.97 0 0.32 240.71 0.94 0.35
Hex 7 5 AD 60 61 0 20 F1 5E 23
Octal 7 5 255 140 141 0 40 361 136 43
Binary 111 101 10101101 1100000 1100001 0 100000 11110001 1011110 100011

Color Harmonies of #0705AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0705AD

Black with #0705AD

Text Example


Text Example

White with #0705AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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