#07087A

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

Shades of Navy #07087A

Tints of Navy #07087A

Color information

#07087A (or 0x07087A) is unknown color: approx Navy. HEX triplet: 07, 08 and 7A. RGB value is (7,8,122). Sum of RGB (Red+Green+Blue) = 7+8+122=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 122 (48.05% from 255 or 89.05% from 137); Max value from RGB is 122 - color contains mainly: blue. Hex color #07087A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07087A is #F8F785. Grayscale: #141414. Windows color (decimal): -16316294 or 7997447. OLE color: 7997447.

HSL color Cylindrical-coordinate representation of color #07087A: hue angle of 239.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07087A is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB78122-
CMYK0.940.9300.52
HSL239.48º89.15%25.29%-
HSV(B)239.48º94.26%47.84%-
XYZ3.691.6218.53-
YUV20.7185.17118.23-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.11%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 122 (48.05% from 255) = 89.05%
R=5.11%
G=5.84%
B=89.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal781220.940.9300.52239.4889.1525.29
Hex787A5E5D034ef5919
Octal71017213613506435713131
Binary1111000111101010111101011101011010011101111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07087A; }

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

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

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

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

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

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

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

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