#07107A

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

Shades of Navy #07107A

Tints of Navy #07107A

Color information

#07107A (or 0x07107A) is unknown color: approx Navy. HEX triplet: 07, 10 and 7A. RGB value is (7,16,122). Sum of RGB (Red+Green+Blue) = 7+16+122=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 122 (48.05% from 255 or 84.14% from 145); Max value from RGB is 122 - color contains mainly: blue. Hex color #07107A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07107A is #F8EF85. Grayscale: #181818. Windows color (decimal): -16314246 or 7999495. OLE color: 7999495.

HSL color Cylindrical-coordinate representation of color #07107A: hue angle of 235.3º 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 #07107A is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB716122-
CMYK0.940.8700.52
HSL235.3º89.15%25.29%-
HSV(B)235.3º94.26%47.84%-
XYZ3.791.8218.56-
YUV25.39182.52114.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.83%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 122 (48.05% from 255) = 84.14%
R=4.83%
G=11.03%
B=84.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7161220.940.8700.52235.389.1525.29
Hex7107A5E57034eb5919
Octal72017213612706435313131
Binary11110000111101010111101010111011010011101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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