#070368

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

Shades of Navy #070368

Tints of Navy #070368

Color information

#070368 (or 0x070368) is unknown color: approx Navy. HEX triplet: 07, 03 and 68. RGB value is (7,3,104). Sum of RGB (Red+Green+Blue) = 7+3+104=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 104 (41.02% from 255 or 91.23% from 114); Max value from RGB is 104 - color contains mainly: blue. Hex color #070368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070368 is #F8FC97. Grayscale: #0F0F0F. Windows color (decimal): -16317592 or 6816519. OLE color: 6816519.

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

Color convert

RGB73104-
CMYK0.930.9700.59
HSL242.38º94.39%20.98%-
HSV(B)242.38º97.12%40.78%-
XYZ2.621.1113.17-
YUV15.71177.83121.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.14%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 104 (41.02% from 255) = 91.23%
R=6.14%
G=2.63%
B=91.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal731040.930.9700.59242.3894.3920.98
Hex73685D6103Bf25e15
Octal7315013514107336213625
Binary11111110100010111011100001011101111110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070368; }

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

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

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

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

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

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

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

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