#0703AD

Color #0703AD New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0703AD

Tints of New Midnight Blue #0703AD

Color information

#0703AD (or 0x0703AD) is unknown color: approx New Midnight Blue. HEX triplet: 07, 03 and AD. RGB value is (7,3,173). Sum of RGB (Red+Green+Blue) = 7+3+173=183 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.83% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 173 (67.97% from 255 or 94.54% from 183); Max value from RGB is 173 - color contains mainly: blue. Hex color #0703AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0703AD is #F8FC52. Grayscale: #161616. Windows color (decimal): -16317523 or 11338503. OLE color: 11338503.

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

Color convert

RGB73173-
CMYK0.960.9800.32
HSL241.41º96.59%34.51%-
HSV(B)241.41º98.27%67.84%-
XYZ7.663.1339.73-
YUV23.58212.33116.18-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.83%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 173 (67.97% from 255) = 94.54%
R=3.83%
G=1.64%
B=94.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731730.960.9800.32241.4196.5934.51
Hex73AD6062020f16123
Octal7325514014204036114143
Binary1111110101101110000011000100100000111100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0703AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0703AD;
 }
 .AnyTagClassName
 {
   color: #0703AD;
 }
</style>
background-color css

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

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

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

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

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

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