#070162

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

Shades of Navy #070162

Tints of Navy #070162

Color information

#070162 (or 0x070162) is unknown color: approx Navy. HEX triplet: 07, 01 and 62. RGB value is (7,1,98). Sum of RGB (Red+Green+Blue) = 7+1+98=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 98 (38.67% from 255 or 92.45% from 106); Max value from RGB is 98 - color contains mainly: blue. Hex color #070162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070162 is #F8FE9D. Grayscale: #0D0D0D. Windows color (decimal): -16318110 or 6422791. OLE color: 6422791.

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

Color convert

RGB7198-
CMYK0.930.9900.62
HSL243.71º97.98%19.41%-
HSV(B)243.71º98.98%38.43%-
XYZ2.30.9511.62-
YUV13.85175.49123.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.60%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 98 (38.67% from 255) = 92.45%
R=6.60%
G=0.94%
B=92.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal71980.930.9900.62243.7197.9819.41
Hex71625D6303Ef46213
Octal7114213514307636414223
Binary1111110001010111011100011011111011110100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070162; }

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

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

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

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

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

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

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

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