#070169

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

Shades of Navy #070169

Tints of Navy #070169

Color information

#070169 (or 0x070169) is unknown color: approx Navy. HEX triplet: 07, 01 and 69. RGB value is (7,1,105). Sum of RGB (Red+Green+Blue) = 7+1+105=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 105 (41.41% from 255 or 92.92% from 113); Max value from RGB is 105 - color contains mainly: blue. Hex color #070169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070169 is #F8FE96. Grayscale: #0E0E0E. Windows color (decimal): -16318103 or 6881543. OLE color: 6881543.

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

Color convert

RGB71105-
CMYK0.930.9900.59
HSL243.46º98.11%20.78%-
HSV(B)243.46º99.05%41.18%-
XYZ2.651.0913.43-
YUV14.65178.99122.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.19%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 105 (41.41% from 255) = 92.92%
R=6.19%
G=0.88%
B=92.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal711050.930.9900.59243.4698.1120.78
Hex71695D6303Bf36215
Octal7115113514307336314225
Binary1111110100110111011100011011101111110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070169; }

 p { color: rgb(7,1,105); }

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

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

 a { background-color: rgb(7,1,105); }

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

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

 span { border-color: rgb(7,1,105); }

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