#070590

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

Shades of Dark Blue #070590

Tints of Dark Blue #070590

Color information

#070590 (or 0x070590) is unknown color: approx Dark Blue. HEX triplet: 07, 05 and 90. RGB value is (7,5,144). Sum of RGB (Red+Green+Blue) = 7+5+144=156 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.49% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 144 (56.64% from 255 or 92.31% from 156); Max value from RGB is 144 - color contains mainly: blue. Hex color #070590 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070590 is #F8FA6F. Grayscale: #141414. Windows color (decimal): -16317040 or 9438471. OLE color: 9438471.

HSL color Cylindrical-coordinate representation of color #070590: hue angle of 240.86º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070590 is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75144-
CMYK0.950.9700.44
HSL240.86º93.29%29.22%-
HSV(B)240.86º96.53%56.47%-
XYZ5.182.1726.53-
YUV21.44197.16117.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.49%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 144 (56.64% from 255) = 92.31%
R=4.49%
G=3.21%
B=92.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751440.950.9700.44240.8693.2929.22
Hex75905F6102Cf15d1d
Octal7522013714105436113535
Binary1111011001000010111111100001010110011110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070590; }

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

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

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

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

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

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

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

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