#070548

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

Shades of Midnight Blue #070548

Tints of Midnight Blue #070548

Color information

#070548 (or 0x070548) is unknown color: approx Midnight Blue. HEX triplet: 07, 05 and 48. RGB value is (7,5,72). Sum of RGB (Red+Green+Blue) = 7+5+72=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #070548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070548 is #F8FAB7. Grayscale: #0C0C0C. Windows color (decimal): -16317112 or 4719879. OLE color: 4719879.

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

Color convert

RGB7572-
CMYK0.900.9300.72
HSL241.79º87.01%15.1%-
HSV(B)241.79º93.06%28.24%-
XYZ1.310.626.18-
YUV13.24161.16123.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.33%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 72 (28.52% from 255) = 85.71%
R=8.33%
G=5.95%
B=85.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal75720.900.9300.72241.7987.0115.1
Hex75485A5D048f257f
Octal75110132135011036212717
Binary111101100100010110101011101010010001111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070548; }

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

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

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

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

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

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

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

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