#070492

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

Shades of Dark Blue #070492

Tints of Dark Blue #070492

Color information

#070492 (or 0x070492) is unknown color: approx Dark Blue. HEX triplet: 07, 04 and 92. RGB value is (7,4,146). Sum of RGB (Red+Green+Blue) = 7+4+146=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 146 (57.42% from 255 or 92.99% from 157); Max value from RGB is 146 - color contains mainly: blue. Hex color #070492 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070492 is #F8FB6D. Grayscale: #141414. Windows color (decimal): -16317294 or 9569287. OLE color: 9569287.

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

Color convert

RGB74146-
CMYK0.950.9700.43
HSL241.27º94.67%29.41%-
HSV(B)241.27º97.26%57.25%-
XYZ5.322.2127.34-
YUV21.08198.49117.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.46%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 146 (57.42% from 255) = 92.99%
R=4.46%
G=2.55%
B=92.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal741460.950.9700.43241.2794.6729.41
Hex74925F6102Bf15f1d
Octal7422213714105336113735
Binary1111001001001010111111100001010101111110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070492; }

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

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

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

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

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

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

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

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