#070692

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

Shades of Dark Blue #070692

Tints of Dark Blue #070692

Color information

#070692 (or 0x070692) is unknown color: approx Dark Blue. HEX triplet: 07, 06 and 92. RGB value is (7,6,146). Sum of RGB (Red+Green+Blue) = 7+6+146=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 146 (57.42% from 255 or 91.82% from 159); Max value from RGB is 146 - color contains mainly: blue. Hex color #070692 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070692 is #F8F96D. Grayscale: #151515. Windows color (decimal): -16316782 or 9569799. OLE color: 9569799.

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

Color convert

RGB76146-
CMYK0.950.9600.43
HSL240.43º92.11%29.8%-
HSV(B)240.43º95.89%57.25%-
XYZ5.342.2527.35-
YUV22.26197.83117.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 146 (57.42% from 255) = 91.82%
R=4.40%
G=3.77%
B=91.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761460.950.9600.43240.4392.1129.8
Hex76925F6002Bf05c1e
Octal7622213714005336013436
Binary1111101001001010111111100000010101111110000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070692; }

 p { color: rgb(7,6,146); }

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

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

 a { background-color: rgb(7,6,146); }

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

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

 span { border-color: rgb(7,6,146); }

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