#007AC7

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

Shades of Navy Blue #007AC7

Tints of Navy Blue #007AC7

Color information

#007AC7 (or 0x007AC7) is unknown color: approx Navy Blue. HEX triplet: 00, 7A and C7. RGB value is (0,122,199). Sum of RGB (Red+Green+Blue) = 0+122+199=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 199 (78.12% from 255 or 61.99% from 321); Max value from RGB is 199 - color contains mainly: blue. Hex color #007AC7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AC7 is #FF8538. Grayscale: #5D5D5D. Windows color (decimal): -16745785 or 13072896. OLE color: 13072896.

HSL color Cylindrical-coordinate representation of color #007AC7: hue angle of 203.22º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007AC7 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB0122199-
CMYK10.3900.22
HSL203.22º100%39.02%-
HSV(B)203.22º100%78.04%-
XYZ17.2718.0456.61-
YUV94.3187.0860.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 199 (78.12% from 255) = 61.99%
R=0%
G=38.01%
B=61.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal012219910.3900.22203.2210039.02
Hex07AC76427016cb6427
Octal01723071444702631314447
Binary01111010110001111100100100111010110110010111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007AC7; }

 p { color: rgb(0,122,199); }

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

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

 a { background-color: rgb(0,122,199); }

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

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

 span { border-color: rgb(0,122,199); }

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