#0704AA

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

Shades of New Midnight Blue #0704AA

Tints of New Midnight Blue #0704AA

Color information

#0704AA (or 0x0704AA) is unknown color: approx New Midnight Blue. HEX triplet: 07, 04 and AA. RGB value is (7,4,170). Sum of RGB (Red+Green+Blue) = 7+4+170=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 170 (66.80% from 255 or 93.92% from 181); Max value from RGB is 170 - color contains mainly: blue. Hex color #0704AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0704AA is #F8FB55. Grayscale: #171717. Windows color (decimal): -16317270 or 11142151. OLE color: 11142151.

HSL color Cylindrical-coordinate representation of color #0704AA: hue angle of 241.08º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0704AA is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB74170-
CMYK0.960.9800.33
HSL241.08º95.4%34.12%-
HSV(B)241.08º97.65%66.67%-
XYZ7.393.0338.23-
YUV23.82210.49116-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.87%
GREEN value IS 4 (1.95% from 255) = 2.21%
BLUE value IS 170 (66.80% from 255) = 93.92%
R=3.87%
G=2.21%
B=93.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal741700.960.9800.33241.0895.434.12
Hex74AA6062021f15f22
Octal7425214014204136113742
Binary11110010101010110000011000100100001111100011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0704AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0704AA; }

 p { color: rgb(7,4,170); }

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

<style>
 a { background-color: #0704AA; }

 a { background-color: rgb(7,4,170); }

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

<style>
 span { border-color: #0704AA; }

 span { border-color: rgb(7,4,170); }

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