#070053

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

Shades of Midnight Blue #070053

Tints of Midnight Blue #070053

Color information

#070053 (or 0x070053) is unknown color: approx Midnight Blue. HEX triplet: 07, 00 and 53. RGB value is (7,0,83). Sum of RGB (Red+Green+Blue) = 7+0+83=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 83 (32.81% from 255 or 92.22% from 90); Max value from RGB is 83 - color contains mainly: blue. Hex color #070053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070053 is #F8FFAC. Grayscale: #0B0B0B. Windows color (decimal): -16318381 or 5439495. OLE color: 5439495.

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

Color convert

RGB7083-
CMYK0.92100.67
HSL245.06º100%16.27%-
HSV(B)245.06º100%32.55%-
XYZ1.650.678.23-
YUV11.56168.32124.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 92.22%
R=7.78%
G=0%
B=92.22%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal70830.92100.67245.0610016.27
Hex70535C64043f56410
Octal70123134144010336514420
Binary11101010011101110011001000100001111110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070053; }

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

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

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

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

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

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

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

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