#070391

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

Shades of Dark Blue #070391

Tints of Dark Blue #070391

Color information

#070391 (or 0x070391) is unknown color: approx Dark Blue. HEX triplet: 07, 03 and 91. RGB value is (7,3,145). Sum of RGB (Red+Green+Blue) = 7+3+145=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 145 (57.03% from 255 or 93.55% from 155); Max value from RGB is 145 - color contains mainly: blue. Hex color #070391 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070391 is #F8FC6E. Grayscale: #131313. Windows color (decimal): -16317551 or 9503495. OLE color: 9503495.

HSL color Cylindrical-coordinate representation of color #070391: hue angle of 241.69º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070391 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73145-
CMYK0.950.9800.43
HSL241.69º95.95%29.02%-
HSV(B)241.69º97.93%56.86%-
XYZ5.232.1526.93-
YUV20.38198.33118.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 3 (1.56% from 255) = 1.94%
BLUE value IS 145 (57.03% from 255) = 93.55%
R=4.52%
G=1.94%
B=93.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731450.950.9800.43241.6995.9529.02
Hex73915F6202Bf2601d
Octal7322113714205336214035
Binary111111001000110111111100010010101111110010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070391; }

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

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

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

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

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

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

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

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