Html Css Color HEX #0710AD New Midnight Blue

📋 copy color: '#0710AD'

red 7 ◦ green 16 ◦ blue 173

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

Shades of New Midnight Blue #0710AD

Tints of New Midnight Blue #0710AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 3.57%
G = 8.16%
B = 88.27%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0710AD (or 0x0710AD) is known color: New Midnight Blue. HEX triplet: 07, 10 and AD. RGB value is (7,16,173). Sum of RGB (Red+Green+Blue) = 7+16+173=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 173 (67.97% from 255 or 88.27% from 196); Max value from RGB is 173 - color contains mainly: blue. Hex color #0710AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0710AD is #F8EF52. Grayscale: #1E1E1E. Windows color (decimal): -16314195 or 11341831. OLE color: 11341831.

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

Color convert

RGB 7 16 173 -
CMYK 0.96 0.91 0 0.32
HSL 236.75º 0.92% 0.35% -
HSV(B) 236.75º 0.96% 0.68% -
XYZ 7.82 3.43 39.79 -
YUV 31.21 208.02 110.73 -
System Red Green Blue C M Y K H S L
Decimal 7 16 173 0.96 0.91 0 0.32 236.75 0.92 0.35
Hex 7 10 AD 60 5B 0 20 ED 5C 23
Octal 7 20 255 140 133 0 40 355 134 43
Binary 111 10000 10101101 1100000 1011011 0 100000 11101101 1011100 100011

Color Harmonies of #0710AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0710AD

Black with #0710AD

Text Example


Text Example

White with #0710AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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