#070150

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

Shades of Midnight Blue #070150

Tints of Midnight Blue #070150

Color information

#070150 (or 0x070150) is unknown color: approx Midnight Blue. HEX triplet: 07, 01 and 50. RGB value is (7,1,80). Sum of RGB (Red+Green+Blue) = 7+1+80=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 80 (31.64% from 255 or 90.91% from 88); Max value from RGB is 80 - color contains mainly: blue. Hex color #070150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070150 is #F8FEAF. Grayscale: #0B0B0B. Windows color (decimal): -16318128 or 5243143. OLE color: 5243143.

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

Color convert

RGB7180-
CMYK0.910.9900.69
HSL244.56º97.53%15.88%-
HSV(B)244.56º98.75%31.37%-
XYZ1.550.657.63-
YUV11.8166.49124.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.95%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 80 (31.64% from 255) = 90.91%
R=7.95%
G=1.14%
B=90.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal71800.910.9900.69244.5697.5315.88
Hex71505B63045f56210
Octal71120133143010536514220
Binary11111010000101101111000110100010111110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070150; }

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

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

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

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

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

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

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

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