#070A8E

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

Shades of Dark Blue #070A8E

Tints of Dark Blue #070A8E

Color information

#070A8E (or 0x070A8E) is unknown color: approx Dark Blue. HEX triplet: 07, 0A and 8E. RGB value is (7,10,142). Sum of RGB (Red+Green+Blue) = 7+10+142=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #070A8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070A8E is #F8F571. Grayscale: #171717. Windows color (decimal): -16315762 or 9308679. OLE color: 9308679.

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

Color convert

RGB710142-
CMYK0.950.9300.44
HSL238.67º90.6%29.22%-
HSV(B)238.67º95.07%55.69%-
XYZ5.082.2225.75-
YUV24.15194.51115.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.40%
GREEN value IS 10 (4.30% from 255) = 6.29%
BLUE value IS 142 (55.86% from 255) = 89.31%
R=4.40%
G=6.29%
B=89.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7101420.950.9300.44238.6790.629.22
Hex7A8E5F5D02Cef5b1d
Octal71221613713505435713335
Binary11110101000111010111111011101010110011101111101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070A8E; }

 p { color: rgb(7,10,142); }

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

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

 a { background-color: rgb(7,10,142); }

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

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

 span { border-color: rgb(7,10,142); }

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