#0703AF

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

Shades of New Midnight Blue #0703AF

Tints of New Midnight Blue #0703AF

Color information

#0703AF (or 0x0703AF) is unknown color: approx New Midnight Blue. HEX triplet: 07, 03 and AF. RGB value is (7,3,175). Sum of RGB (Red+Green+Blue) = 7+3+175=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 175 (68.75% from 255 or 94.59% from 185); Max value from RGB is 175 - color contains mainly: blue. Hex color #0703AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0703AF is #F8FC50. Grayscale: #171717. Windows color (decimal): -16317521 or 11469575. OLE color: 11469575.

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

Color convert

RGB73175-
CMYK0.960.9800.31
HSL241.4º96.63%34.9%-
HSV(B)241.4º98.29%68.63%-
XYZ7.863.2140.76-
YUV23.8213.33116.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 3 (1.56% from 255) = 1.62%
BLUE value IS 175 (68.75% from 255) = 94.59%
R=3.78%
G=1.62%
B=94.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731750.960.9800.31241.496.6334.9
Hex73AF606201Ff16123
Octal7325714014203736114143
Binary111111010111111000001100010011111111100011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0703AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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