#070248

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

Shades of Midnight Blue #070248

Tints of Midnight Blue #070248

Color information

#070248 (or 0x070248) is unknown color: approx Midnight Blue. HEX triplet: 07, 02 and 48. RGB value is (7,2,72). Sum of RGB (Red+Green+Blue) = 7+2+72=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 72 (28.52% from 255 or 88.89% from 81); Max value from RGB is 72 - color contains mainly: blue. Hex color #070248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070248 is #F8FDB7. Grayscale: #0B0B0B. Windows color (decimal): -16317880 or 4719111. OLE color: 4719111.

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

Color convert

RGB7272-
CMYK0.900.9700.72
HSL244.29º94.59%14.51%-
HSV(B)244.29º97.22%28.24%-
XYZ1.280.566.17-
YUV11.48162.16124.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.64%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 72 (28.52% from 255) = 88.89%
R=8.64%
G=2.47%
B=88.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72720.900.9700.72244.2994.5914.51
Hex72485A61048f45ff
Octal72110132141011036413717
Binary11110100100010110101100001010010001111010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070248; }

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

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

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

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

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

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

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

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