#070892

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

Shades of Dark Blue #070892

Tints of Dark Blue #070892

Color information

#070892 (or 0x070892) is unknown color: approx Dark Blue. HEX triplet: 07, 08 and 92. RGB value is (7,8,146). Sum of RGB (Red+Green+Blue) = 7+8+146=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 146 (57.42% from 255 or 90.68% from 161); Max value from RGB is 146 - color contains mainly: blue. Hex color #070892 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070892 is #F8F76D. Grayscale: #161616. Windows color (decimal): -16316270 or 9570311. OLE color: 9570311.

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

Color convert

RGB78146-
CMYK0.950.9500.43
HSL239.57º90.85%30%-
HSV(B)239.57º95.21%57.25%-
XYZ5.362.2927.35-
YUV23.43197.17116.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.35%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 146 (57.42% from 255) = 90.68%
R=4.35%
G=4.97%
B=90.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781460.950.9500.43239.5790.8530
Hex78925F5F02Bf05b1e
Octal71022213713705336013336
Binary11110001001001010111111011111010101111110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070892; }

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

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

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

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

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

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

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

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