#070350

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

Shades of Midnight Blue #070350

Tints of Midnight Blue #070350

Color information

#070350 (or 0x070350) is unknown color: approx Midnight Blue. HEX triplet: 07, 03 and 50. RGB value is (7,3,80). Sum of RGB (Red+Green+Blue) = 7+3+80=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 80 (31.64% from 255 or 88.89% from 90); Max value from RGB is 80 - color contains mainly: blue. Hex color #070350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070350 is #F8FCAF. Grayscale: #0C0C0C. Windows color (decimal): -16317616 or 5243655. OLE color: 5243655.

HSL color Cylindrical-coordinate representation of color #070350: hue angle of 243.12º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070350 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB7380-
CMYK0.910.9600.69
HSL243.12º92.77%16.27%-
HSV(B)243.12º96.25%31.37%-
XYZ1.570.697.64-
YUV12.97165.83123.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.78%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 80 (31.64% from 255) = 88.89%
R=7.78%
G=3.33%
B=88.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal73800.910.9600.69243.1292.7716.27
Hex73505B60045f35d10
Octal73120133140010536313520
Binary111111010000101101111000000100010111110011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070350; }

 p { color: rgb(7,3,80); }

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

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

 a { background-color: rgb(7,3,80); }

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

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

 span { border-color: rgb(7,3,80); }

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