#0702A7

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

Shades of New Midnight Blue #0702A7

Tints of New Midnight Blue #0702A7

Color information

#0702A7 (or 0x0702A7) is unknown color: approx New Midnight Blue. HEX triplet: 07, 02 and A7. RGB value is (7,2,167). Sum of RGB (Red+Green+Blue) = 7+2+167=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 167 (65.62% from 255 or 94.89% from 176); Max value from RGB is 167 - color contains mainly: blue. Hex color #0702A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0702A7 is #F8FD58. Grayscale: #151515. Windows color (decimal): -16317785 or 10945031. OLE color: 10945031.

HSL color Cylindrical-coordinate representation of color #0702A7: hue angle of 241.82º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0702A7 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB72167-
CMYK0.960.9900.35
HSL241.82º97.63%33.14%-
HSV(B)241.82º98.8%65.49%-
XYZ7.082.8836.74-
YUV22.3209.66117.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.98%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 167 (65.62% from 255) = 94.89%
R=3.98%
G=1.14%
B=94.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal721670.960.9900.35241.8297.6333.14
Hex72A76063023f26221
Octal7224714014304336214241
Binary1111010100111110000011000110100011111100101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0702A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0702A7; }

 p { color: rgb(7,2,167); }

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

<style>
 a { background-color: #0702A7; }

 a { background-color: rgb(7,2,167); }

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

<style>
 span { border-color: #0702A7; }

 span { border-color: rgb(7,2,167); }

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