#070148

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

Shades of Midnight Blue #070148

Tints of Midnight Blue #070148

Color information

#070148 (or 0x070148) is unknown color: approx Midnight Blue. HEX triplet: 07, 01 and 48. RGB value is (7,1,72). Sum of RGB (Red+Green+Blue) = 7+1+72=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 72 (28.52% from 255 or 90% from 80); Max value from RGB is 72 - color contains mainly: blue. Hex color #070148 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070148 is #F8FEB7. Grayscale: #0A0A0A. Windows color (decimal): -16318136 or 4718855. OLE color: 4718855.

HSL color Cylindrical-coordinate representation of color #070148: hue angle of 245.07º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070148 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB7172-
CMYK0.900.9900.72
HSL245.07º97.26%14.31%-
HSV(B)245.07º98.61%28.24%-
XYZ1.270.536.17-
YUV10.89162.49125.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.75%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 72 (28.52% from 255) = 90%
R=8.75%
G=1.25%
B=90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71720.900.9900.72245.0797.2614.31
Hex71485A63048f561e
Octal71110132143011036514116
Binary1111100100010110101100011010010001111010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070148; }

 p { color: rgb(7,1,72); }

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

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

 a { background-color: rgb(7,1,72); }

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

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

 span { border-color: rgb(7,1,72); }

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