#070086

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

Shades of Dark Blue #070086

Tints of Dark Blue #070086

Color information

#070086 (or 0x070086) is unknown color: approx Dark Blue. HEX triplet: 07, 00 and 86. RGB value is (7,0,134). Sum of RGB (Red+Green+Blue) = 7+0+134=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 134 (52.73% from 255 or 95.04% from 141); Max value from RGB is 134 - color contains mainly: blue. Hex color #070086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070086 is #F8FF79. Grayscale: #101010. Windows color (decimal): -16318330 or 8781831. OLE color: 8781831.

HSL color Cylindrical-coordinate representation of color #070086: hue angle of 243.13º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070086 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB70134-
CMYK0.95100.47
HSL243.13º100%26.27%-
HSV(B)243.13º100%52.55%-
XYZ4.391.7722.66-
YUV17.37193.82120.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 95.04%
R=4.96%
G=0%
B=95.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701340.95100.47243.1310026.27
Hex70865F6402Ff3641a
Octal7020613714405736314432
Binary11101000011010111111100100010111111110011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070086; }

 p { color: rgb(7,0,134); }

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

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

 a { background-color: rgb(7,0,134); }

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

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

 span { border-color: rgb(7,0,134); }

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