#070292

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

Shades of Dark Blue #070292

Tints of Dark Blue #070292

Color information

#070292 (or 0x070292) is unknown color: approx Dark Blue. HEX triplet: 07, 02 and 92. RGB value is (7,2,146). Sum of RGB (Red+Green+Blue) = 7+2+146=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 146 (57.42% from 255 or 94.19% from 155); Max value from RGB is 146 - color contains mainly: blue. Hex color #070292 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070292 is #F8FD6D. Grayscale: #131313. Windows color (decimal): -16317806 or 9568775. OLE color: 9568775.

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

Color convert

RGB72146-
CMYK0.950.9900.43
HSL242.08º97.3%29.02%-
HSV(B)242.08º98.63%57.25%-
XYZ5.32.1627.33-
YUV19.91199.16118.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 146 (57.42% from 255) = 94.19%
R=4.52%
G=1.29%
B=94.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721460.950.9900.43242.0897.329.02
Hex72925F6302Bf2611d
Octal7222213714305336214135
Binary111101001001010111111100011010101111110010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070292; }

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

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

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

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

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

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

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

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