#0700aa

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

Shades of New Midnight Blue #0700AA

Tints of New Midnight Blue #0700AA

Color information

#0700AA (or 0x0700AA) is unknown color: approx New Midnight Blue. HEX triplet: 07, 00 and AA. RGB value is (7,0,170). Sum of RGB (Red+Green+Blue) = 7+0+170=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 170 (66.80% from 255 or 96.05% from 177); Max value from RGB is 170 - color contains mainly: blue. Hex color #0700AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0700AA is #F8FF55. Grayscale: #141414. Windows color (decimal): -16318294 or 11141127. OLE color: 11141127.

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

Color convert

RGB70170-
CMYK0.96100.33
HSL242.47º100%33.33%-
HSV(B)242.47º100%66.67%-
XYZ7.342.9538.21-
YUV21.47211.82117.68-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 96.05%
R=3.95%
G=0%
B=96.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal701700.96100.33242.4710033.33
Hex70AA6064021f26421
Octal7025214014404136214441
Binary111010101010110000011001000100001111100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0700aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0700aa; }

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

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

<style>
 a { background-color: #0700aa; }

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

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

<style>
 span { border-color: #0700aa; }

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

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