#0704AE

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

Shades of New Midnight Blue #0704AE

Tints of New Midnight Blue #0704AE

Color information

#0704AE (or 0x0704AE) is unknown color: approx New Midnight Blue. HEX triplet: 07, 04 and AE. RGB value is (7,4,174). Sum of RGB (Red+Green+Blue) = 7+4+174=185 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.78% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 174 (68.36% from 255 or 94.05% from 185); Max value from RGB is 174 - color contains mainly: blue. Hex color #0704AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0704AE is #F8FB51. Grayscale: #171717. Windows color (decimal): -16317266 or 11404295. OLE color: 11404295.

HSL color Cylindrical-coordinate representation of color #0704AE: hue angle of 241.06º degrees, saturation: 0.96, 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 #0704AE is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB74174-
CMYK0.960.9800.32
HSL241.06º95.51%34.9%-
HSV(B)241.06º97.7%68.24%-
XYZ7.773.1940.25-
YUV24.28212.49115.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.78%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 174 (68.36% from 255) = 94.05%
R=3.78%
G=2.16%
B=94.05%

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
Decimal741740.960.9800.32241.0695.5134.9
Hex74AE6062020f16023
Octal7425614014204036114043
Binary11110010101110110000011000100100000111100011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0704AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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