#070568

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

Shades of Navy #070568

Tints of Navy #070568

Color information

#070568 (or 0x070568) is unknown color: approx Navy. HEX triplet: 07, 05 and 68. RGB value is (7,5,104). Sum of RGB (Red+Green+Blue) = 7+5+104=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 104 (41.02% from 255 or 89.66% from 116); Max value from RGB is 104 - color contains mainly: blue. Hex color #070568 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070568 is #F8FA97. Grayscale: #101010. Windows color (decimal): -16317080 or 6817031. OLE color: 6817031.

HSL color Cylindrical-coordinate representation of color #070568: hue angle of 241.21º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070568 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB75104-
CMYK0.930.9500.59
HSL241.21º90.83%21.37%-
HSV(B)241.21º95.19%40.78%-
XYZ2.641.1513.18-
YUV16.88177.16120.95-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.03%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 104 (41.02% from 255) = 89.66%
R=6.03%
G=4.31%
B=89.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal751040.930.9500.59241.2190.8321.37
Hex75685D5F03Bf15b15
Octal7515013513707336113325
Binary111101110100010111011011111011101111110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070568; }

 p { color: rgb(7,5,104); }

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

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

 a { background-color: rgb(7,5,104); }

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

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

 span { border-color: rgb(7,5,104); }

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